Shades of Pattens Blue #C6E4FF
Tints of Pattens Blue #C6E4FF
RGB
CMYK
RGB Variations
Color information
#C6E4FF (or 0xC6E4FF) is known color: Pattens Blue. HEX triplet: C6, E4 and FF. RGB value is (198,228,255). Sum of RGB (Red+Green+Blue) = 198+228+255=681 (90% of max value = 765). Red value is 198 (77.73% from 255 or 29.07% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6E4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E4FF is #391B00. Grayscale: #DDDDDD. Windows color (decimal): -3742465 or 16770246. OLE color: 16770246.
HSL color Cylindrical-coordinate representation of color #C6E4FF: hue angle of 208.42º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6E4FF is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 228 | 255 | - |
| CMYK | 0.22 | 0.11 | 0 | 0 |
| HSL | 208.42º | 1% | 0.89% | - |
| HSV(B) | 208.42º | 0.22% | 1% | - |
| XYZ | 69.08 | 74.71 | 105.39 | - |
| YUV | 222.11 | 146.56 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 228 | 255 | 0.22 | 0.11 | 0 | 0 | 208.42 | 1 | 0.89 |
| Hex | C6 | E4 | FF | 16 | B | 0 | 0 | D0 | 64 | 59 |
| Octal | 306 | 344 | 377 | 26 | 13 | 0 | 0 | 320 | 144 | 131 |
| Binary | 11000110 | 11100100 | 11111111 | 10110 | 1011 | 0 | 0 | 11010000 | 1100100 | 1011001 |
Color Harmonies of #C6E4FF
Complementary color
Monochromatic Colors of #C6E4FF
Black with #C6E4FF
Text Example
Text Example
White with #C6E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E4FF; }
p { color: rgb(198,228,255); }
H1.HeaderClassName
{
color: #C6E4FF;
}
.AnyTagClassName
{
color: #C6E4FF;
}
</style>
background-color css
<style>
a { background-color: #C6E4FF; }
a { background-color: rgb(198,228,255); }
div.DivClassName
{
background-color: #C6E4FF;
}
.BgClassName
{
background-color: #C6E4FF;
}
</style>
border-color css
<style>
span { border-color: #C6E4FF; }
span { border-color: rgb(198,228,255); }
td.TdClassName
{
border-color: #C6E4FF;
}
.TagClassName
{
border-color: #C6E4FF;
}
</style>