Shades of Hawkes Blue #C6D6FF
Tints of Hawkes Blue #C6D6FF
RGB
CMYK
RGB Variations
Color information
#C6D6FF (or 0xC6D6FF) is known color: Hawkes Blue. HEX triplet: C6, D6 and FF. RGB value is (198,214,255). Sum of RGB (Red+Green+Blue) = 198+214+255=667 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.69% from 667); Green value is 214 (83.98% from 255 or 32.08% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6D6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D6FF is #392900. Grayscale: #D5D5D5. Windows color (decimal): -3746049 or 16766662. OLE color: 16766662.
HSL color Cylindrical-coordinate representation of color #C6D6FF: hue angle of 223.16º 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 #C6D6FF is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 214 | 255 | - |
| CMYK | 0.22 | 0.16 | 0 | 0 |
| HSL | 223.16º | 1% | 0.89% | - |
| HSV(B) | 223.16º | 0.22% | 1% | - |
| XYZ | 65.39 | 67.32 | 104.16 | - |
| YUV | 213.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 214 | 255 | 0.22 | 0.16 | 0 | 0 | 223.16 | 1 | 0.89 |
| Hex | C6 | D6 | FF | 16 | 10 | 0 | 0 | DF | 64 | 59 |
| Octal | 306 | 326 | 377 | 26 | 20 | 0 | 0 | 337 | 144 | 131 |
| Binary | 11000110 | 11010110 | 11111111 | 10110 | 10000 | 0 | 0 | 11011111 | 1100100 | 1011001 |
Color Harmonies of #C6D6FF
Complementary color
Monochromatic Colors of #C6D6FF
Black with #C6D6FF
Text Example
Text Example
White with #C6D6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D6FF; }
p { color: rgb(198,214,255); }
H1.HeaderClassName
{
color: #C6D6FF;
}
.AnyTagClassName
{
color: #C6D6FF;
}
</style>
background-color css
<style>
a { background-color: #C6D6FF; }
a { background-color: rgb(198,214,255); }
div.DivClassName
{
background-color: #C6D6FF;
}
.BgClassName
{
background-color: #C6D6FF;
}
</style>
border-color css
<style>
span { border-color: #C6D6FF; }
span { border-color: rgb(198,214,255); }
td.TdClassName
{
border-color: #C6D6FF;
}
.TagClassName
{
border-color: #C6D6FF;
}
</style>