Shades of Pattens Blue #C6E6FF
Tints of Pattens Blue #C6E6FF
RGB
CMYK
RGB Variations
Color information
#C6E6FF (or 0xC6E6FF) is known color: Pattens Blue. HEX triplet: C6, E6 and FF. RGB value is (198,230,255). Sum of RGB (Red+Green+Blue) = 198+230+255=683 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.99% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6E6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6E6FF is #391900. Grayscale: #DFDFDF. Windows color (decimal): -3741953 or 16770758. OLE color: 16770758.
HSL color Cylindrical-coordinate representation of color #C6E6FF: hue angle of 206.32º 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 #C6E6FF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 230 | 255 | - |
| CMYK | 0.22 | 0.10 | 0 | 0 |
| HSL | 206.32º | 1% | 0.89% | - |
| HSV(B) | 206.32º | 0.22% | 1% | - |
| XYZ | 69.64 | 75.82 | 105.57 | - |
| YUV | 223.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 230 | 255 | 0.22 | 0.10 | 0 | 0 | 206.32 | 1 | 0.89 |
| Hex | C6 | E6 | FF | 16 | A | 0 | 0 | CE | 64 | 59 |
| Octal | 306 | 346 | 377 | 26 | 12 | 0 | 0 | 316 | 144 | 131 |
| Binary | 11000110 | 11100110 | 11111111 | 10110 | 1010 | 0 | 0 | 11001110 | 1100100 | 1011001 |
Color Harmonies of #C6E6FF
Complementary color
Monochromatic Colors of #C6E6FF
Black with #C6E6FF
Text Example
Text Example
White with #C6E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E6FF; }
p { color: rgb(198,230,255); }
H1.HeaderClassName
{
color: #C6E6FF;
}
.AnyTagClassName
{
color: #C6E6FF;
}
</style>
background-color css
<style>
a { background-color: #C6E6FF; }
a { background-color: rgb(198,230,255); }
div.DivClassName
{
background-color: #C6E6FF;
}
.BgClassName
{
background-color: #C6E6FF;
}
</style>
border-color css
<style>
span { border-color: #C6E6FF; }
span { border-color: rgb(198,230,255); }
td.TdClassName
{
border-color: #C6E6FF;
}
.TagClassName
{
border-color: #C6E6FF;
}
</style>