Shades of Pattens Blue #C6DCED
Tints of Pattens Blue #C6DCED
RGB
CMYK
RGB Variations
Color information
#C6DCED (or 0xC6DCED) is known color: Pattens Blue. HEX triplet: C6, DC and ED. RGB value is (198,220,237). Sum of RGB (Red+Green+Blue) = 198+220+237=655 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.23% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DCED is #392312. Grayscale: #D7D7D7. Windows color (decimal): -3744531 or 15588550. OLE color: 15588550.
HSL color Cylindrical-coordinate representation of color #C6DCED: hue angle of 206.15º degrees, saturation: 0.52, 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 #C6DCED is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 220 | 237 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.07 |
| HSL | 206.15º | 0.52% | 0.85% | - |
| HSV(B) | 206.15º | 0.16% | 0.93% | - |
| XYZ | 64.17 | 69.31 | 90.12 | - |
| YUV | 215.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 237 | 0.16 | 0.07 | 0 | 0.07 | 206.15 | 0.52 | 0.85 |
| Hex | C6 | DC | ED | 10 | 7 | 0 | 7 | CE | 34 | 55 |
| Octal | 306 | 334 | 355 | 20 | 7 | 0 | 7 | 316 | 64 | 125 |
| Binary | 11000110 | 11011100 | 11101101 | 10000 | 111 | 0 | 111 | 11001110 | 110100 | 1010101 |
Color Harmonies of #C6DCED
Complementary color
Monochromatic Colors of #C6DCED
Black with #C6DCED
Text Example
Text Example
White with #C6DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DCED; }
p { color: rgb(198,220,237); }
H1.HeaderClassName
{
color: #C6DCED;
}
.AnyTagClassName
{
color: #C6DCED;
}
</style>
background-color css
<style>
a { background-color: #C6DCED; }
a { background-color: rgb(198,220,237); }
div.DivClassName
{
background-color: #C6DCED;
}
.BgClassName
{
background-color: #C6DCED;
}
</style>
border-color css
<style>
span { border-color: #C6DCED; }
span { border-color: rgb(198,220,237); }
td.TdClassName
{
border-color: #C6DCED;
}
.TagClassName
{
border-color: #C6DCED;
}
</style>