Shades of Pattens Blue #C6DDEA
Tints of Pattens Blue #C6DDEA
RGB
CMYK
RGB Variations
Color information
#C6DDEA (or 0xC6DDEA) is known color: Pattens Blue. HEX triplet: C6, DD and EA. RGB value is (198,221,234). Sum of RGB (Red+Green+Blue) = 198+221+234=653 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.32% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DDEA is #392215. Grayscale: #D7D7D7. Windows color (decimal): -3744278 or 15392198. OLE color: 15392198.
HSL color Cylindrical-coordinate representation of color #C6DDEA: hue angle of 201.67º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6DDEA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 221 | 234 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.08 |
| HSL | 201.67º | 0.46% | 0.85% | - |
| HSV(B) | 201.67º | 0.15% | 0.92% | - |
| XYZ | 64 | 69.66 | 87.91 | - |
| YUV | 215.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 234 | 0.15 | 0.06 | 0 | 0.08 | 201.67 | 0.46 | 0.85 |
| Hex | C6 | DD | EA | F | 6 | 0 | 8 | CA | 2E | 55 |
| Octal | 306 | 335 | 352 | 17 | 6 | 0 | 10 | 312 | 56 | 125 |
| Binary | 11000110 | 11011101 | 11101010 | 1111 | 110 | 0 | 1000 | 11001010 | 101110 | 1010101 |
Color Harmonies of #C6DDEA
Complementary color
Monochromatic Colors of #C6DDEA
Black with #C6DDEA
Text Example
Text Example
White with #C6DDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DDEA; }
p { color: rgb(198,221,234); }
H1.HeaderClassName
{
color: #C6DDEA;
}
.AnyTagClassName
{
color: #C6DDEA;
}
</style>
background-color css
<style>
a { background-color: #C6DDEA; }
a { background-color: rgb(198,221,234); }
div.DivClassName
{
background-color: #C6DDEA;
}
.BgClassName
{
background-color: #C6DDEA;
}
</style>
border-color css
<style>
span { border-color: #C6DDEA; }
span { border-color: rgb(198,221,234); }
td.TdClassName
{
border-color: #C6DDEA;
}
.TagClassName
{
border-color: #C6DDEA;
}
</style>