Shades of Pattens Blue #C6DBEC
Tints of Pattens Blue #C6DBEC
RGB
CMYK
RGB Variations
Color information
#C6DBEC (or 0xC6DBEC) is known color: Pattens Blue. HEX triplet: C6, DB and EC. RGB value is (198,219,236). Sum of RGB (Red+Green+Blue) = 198+219+236=653 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.32% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DBEC is #392413. Grayscale: #D6D6D6. Windows color (decimal): -3744788 or 15522758. OLE color: 15522758.
HSL color Cylindrical-coordinate representation of color #C6DBEC: hue angle of 206.84º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6DBEC is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 198 | 219 | 236 | - |
CMYK | 0.16 | 0.07 | 0 | 0.07 |
HSL | 206.84º | 0.5% | 0.85% | - |
HSV(B) | 206.84º | 0.16% | 0.93% | - |
XYZ | 63.76 | 68.72 | 89.26 | - |
YUV | 214.66 | 140.04 | 116.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 219 | 236 | 0.16 | 0.07 | 0 | 0.07 | 206.84 | 0.5 | 0.85 |
Hex | C6 | DB | EC | 10 | 7 | 0 | 7 | CF | 32 | 55 |
Octal | 306 | 333 | 354 | 20 | 7 | 0 | 7 | 317 | 62 | 125 |
Binary | 11000110 | 11011011 | 11101100 | 10000 | 111 | 0 | 111 | 11001111 | 110010 | 1010101 |
Color Harmonies of #C6DBEC
Complementary color
Monochromatic Colors of #C6DBEC
Black with #C6DBEC
Text Example
Text Example
White with #C6DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DBEC; }
p { color: rgb(198,219,236); }
H1.HeaderClassName
{
color: #C6DBEC;
}
.AnyTagClassName
{
color: #C6DBEC;
}
</style>
background-color css
<style>
a { background-color: #C6DBEC; }
a { background-color: rgb(198,219,236); }
div.DivClassName
{
background-color: #C6DBEC;
}
.BgClassName
{
background-color: #C6DBEC;
}
</style>
border-color css
<style>
span { border-color: #C6DBEC; }
span { border-color: rgb(198,219,236); }
td.TdClassName
{
border-color: #C6DBEC;
}
.TagClassName
{
border-color: #C6DBEC;
}
</style>