#c0c6c9 Color Hex Ash Blue

Information about Ash Blue Color | #0000FF

#c0c6c9 color RGB value is (192,198,201). #c0c6c9 color name is Ash Blue color.

#c0c6c9 hex color red value is 192 , green value is 198 and the blue value of its RGB is 201 . Cylindrical-coordinate representations (also known as HSL) of color #c0c6c9 hue: 200 , saturation: 8 and the lightness value of #c0c6c9 is 77

The process color (four color CMYK) of #c0c6c9 color hex is 2 , 1 ,0, 8 .

#c0c6c9

~Ash Blue

Color Converions

HEX
#c0c6c9
RGB
192,198,201
LAB
79,-2,-2
CMYK
4,1,0,21
LCH
79,3,-127
XYZ
52,56,63
HSV
200,4,79
HSL
200,8,77

Base Numbers

Base Red Green Blue
Binary 11000000 11000110 11001001
Octal 300 306 311
Decimal 192 198 201
Hex c0 c6 c9

RGB Percentages of Color #c0c6c9

75%
78%
79%

CMYK Percentages of Color #c0c6c9

2%
0%
1%
8%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #c0c6c9

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#c0c6c9
20%
#adb2b5
30%
#9a9ea1
40%
#868b8d
50%
#737779
60%
#606364
70%
#4d4f50
80%
#3a3b3c
90%
#262828
100%
#131414

Tints of #c0c6c9

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#c0c6c9
20%
#c6ccce
30%
#cdd1d4
40%
#d3d7d9
50%
#d9dddf
60%
#dfe3e4
70%
#e6e8e9
80%
#eceeef
90%
#f2f4f4
100%
#f9f9fa

Tones of #c0c6c9

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#c0c6c9
20%
#babfc2
30%
#b3b8ba
40%
#adb1b3
50%
#a6aaac
60%
#a0a3a4
70%
#999c9d
80%
#939596
90%
#8c8e8e
100%
#868787

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#c0c6c9
#c0c9c8
#c0c8c9
#c0c6c9
#c0c4c9
#c0c2c9

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#c0c6c9
#c9c3c0

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c0c6c9
#c5c0c9
#c9c8c0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c0c6c9
#c9c0c6
#c6c9c0

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#c0c6c9
#c7c0c9
#c9c3c0
#c1c9c0

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c0c6c9
#e9f0f3
#1e1f1f
#464849
#6f7274
#979c9e

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#c0c6c9

protanopia

#c6c3c7

deuteranopia

#d4beca

tritanopia

#c1c3d2

achromatopsia

#c5c5c5

protanomaly

#c4c4c7

deuteranomaly

#cdc1ca

achromatopsia

#c5c5c5

tritanomaly

#c0c4cf

achromatomaly

#c3c5c6

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 12/21
Hello World !

#c0c6c9 Color CSS Codes

.bgcolor {background-color:#c0c6c9; } 
.forecolor {color:#c0c6c9; }
.bordercolor {border:3px solid #c0c6c9; }
            

#c0c6c9 Text Font Color

<div style="color:#c0c6c9">
Div content here</div>

This sample text font color is #c0c6c9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#c0c6c9 Background Color

<div style="background-color:#c0c6c9">
Div content here</div>
Div content here

#c0c6c9 Border Color

<div style="border:3px solid #c0c6c9">
Div here</div>

This div border color is #c0c6c9

#c0c6c9 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #c0c6c9; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0c6c9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0c6c9;
  -webkit-box-shadow: 1px 1px 3px 2px #c0c6c9;
  box-shadow: 1px 1px 3px 2px #c0c6c9; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c0c6c9">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c0c6c9;
              -webkit-box-shadow: 1px 1px 3px 2px #c0c6c9;
              box-shadow:         1px 1px 3px 2px #c0c6c9#c0c6c9">
Div content here</div>

This div box has shadow with color #c0c6c9

More Colors

Ocean Shadow
#5b7886
Jellybean Pink
#9b6575
Eggshell
#f0ead6
Clear Stone
#e0ddd3
Crust
#898076
Deep Blue Sea
#1a5d72
Panorama Blue
#35bdc8
Oil Yellow
#c4a647
Ground Cover
#a8bf8b
Green Glutton
#007722
Indian Spice
#ae8845
Brandy Brown
#73362a
Lower Green
#e0efe3
Ombre Grey
#848998
Eye Grey
#607b7b
Angora
#dfd1bb
Bona Fide
#304471
Deep Tan
#726751
Mullen Pink
#ca4042
Malted Mint
#bfd6c8
Dangerous Robot
#cbc5c6
Forgotten Mosque
#e2d9db
Frenzied Red
#814a5c
Ironwood
#a19583
Mixed Berry Jam
#6a4652
Hinting Blue
#ced9dd
Cetacean Blue
#001440
Orange Peel
#ffa000
Midsummer Field
#88cc44
Gold Thread
#fee8b0
Indiscreet
#ac3b3b
Plum Harvest
#674555
Chocolate Cosmos
#58111a
Floral Scent
#eeede9
Pincushion
#ac989c
Light Morality
#c4d9eb
Burlat Red
#6e314f
Chernobog
#ac0132
Luminescent Blue
#a4dde9
Pimento Grain Brown
#6c5738
rating-img
Rate this tool
NaN/5   0 votes