Shades of Pattens Blue #C6DDEF
Tints of Pattens Blue #C6DDEF
RGB
CMYK
RGB Variations
Color information
#C6DDEF (or 0xC6DDEF) is known color: Pattens Blue. HEX triplet: C6, DD and EF. RGB value is (198,221,239). Sum of RGB (Red+Green+Blue) = 198+221+239=658 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.09% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DDEF is #392210. Grayscale: #D8D8D8. Windows color (decimal): -3744273 or 15719878. OLE color: 15719878.
HSL color Cylindrical-coordinate representation of color #C6DDEF: hue angle of 206.34º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6DDEF is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 221 | 239 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.06 |
| HSL | 206.34º | 0.56% | 0.86% | - |
| HSV(B) | 206.34º | 0.17% | 0.94% | - |
| XYZ | 64.73 | 69.95 | 91.75 | - |
| YUV | 216.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 239 | 0.17 | 0.08 | 0 | 0.06 | 206.34 | 0.56 | 0.86 |
| Hex | C6 | DD | EF | 11 | 8 | 0 | 6 | CE | 38 | 56 |
| Octal | 306 | 335 | 357 | 21 | 10 | 0 | 6 | 316 | 70 | 126 |
| Binary | 11000110 | 11011101 | 11101111 | 10001 | 1000 | 0 | 110 | 11001110 | 111000 | 1010110 |
Color Harmonies of #C6DDEF
Complementary color
Monochromatic Colors of #C6DDEF
Black with #C6DDEF
Text Example
Text Example
White with #C6DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DDEF; }
p { color: rgb(198,221,239); }
H1.HeaderClassName
{
color: #C6DDEF;
}
.AnyTagClassName
{
color: #C6DDEF;
}
</style>
background-color css
<style>
a { background-color: #C6DDEF; }
a { background-color: rgb(198,221,239); }
div.DivClassName
{
background-color: #C6DDEF;
}
.BgClassName
{
background-color: #C6DDEF;
}
</style>
border-color css
<style>
span { border-color: #C6DDEF; }
span { border-color: rgb(198,221,239); }
td.TdClassName
{
border-color: #C6DDEF;
}
.TagClassName
{
border-color: #C6DDEF;
}
</style>