Shades of Pattens Blue #C6D9EA
Tints of Pattens Blue #C6D9EA
RGB
CMYK
RGB Variations
Color information
#C6D9EA (or 0xC6D9EA) is known color: Pattens Blue. HEX triplet: C6, D9 and EA. RGB value is (198,217,234). Sum of RGB (Red+Green+Blue) = 198+217+234=649 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.51% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6D9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D9EA is #392615. Grayscale: #D5D5D5. Windows color (decimal): -3745302 or 15391174. OLE color: 15391174.
HSL color Cylindrical-coordinate representation of color #C6D9EA: hue angle of 208.33º 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 #C6D9EA is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 217 | 234 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.08 |
| HSL | 208.33º | 0.46% | 0.85% | - |
| HSV(B) | 208.33º | 0.15% | 0.92% | - |
| XYZ | 62.95 | 67.57 | 87.57 | - |
| YUV | 213.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 217 | 234 | 0.15 | 0.07 | 0 | 0.08 | 208.33 | 0.46 | 0.85 |
| Hex | C6 | D9 | EA | F | 7 | 0 | 8 | D0 | 2E | 55 |
| Octal | 306 | 331 | 352 | 17 | 7 | 0 | 10 | 320 | 56 | 125 |
| Binary | 11000110 | 11011001 | 11101010 | 1111 | 111 | 0 | 1000 | 11010000 | 101110 | 1010101 |
Color Harmonies of #C6D9EA
Complementary color
Monochromatic Colors of #C6D9EA
Black with #C6D9EA
Text Example
Text Example
White with #C6D9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D9EA; }
p { color: rgb(198,217,234); }
H1.HeaderClassName
{
color: #C6D9EA;
}
.AnyTagClassName
{
color: #C6D9EA;
}
</style>
background-color css
<style>
a { background-color: #C6D9EA; }
a { background-color: rgb(198,217,234); }
div.DivClassName
{
background-color: #C6D9EA;
}
.BgClassName
{
background-color: #C6D9EA;
}
</style>
border-color css
<style>
span { border-color: #C6D9EA; }
span { border-color: rgb(198,217,234); }
td.TdClassName
{
border-color: #C6D9EA;
}
.TagClassName
{
border-color: #C6D9EA;
}
</style>