Shades of Hawkes Blue #C6D8FF
Tints of Hawkes Blue #C6D8FF
RGB
CMYK
RGB Variations
Color information
#C6D8FF (or 0xC6D8FF) is known color: Hawkes Blue. HEX triplet: C6, D8 and FF. RGB value is (198,216,255). Sum of RGB (Red+Green+Blue) = 198+216+255=669 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.60% from 669); Green value is 216 (84.77% from 255 or 32.29% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6D8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D8FF is #392700. Grayscale: #D6D6D6. Windows color (decimal): -3745537 or 16767174. OLE color: 16767174.
HSL color Cylindrical-coordinate representation of color #C6D8FF: hue angle of 221.05º 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 #C6D8FF is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 216 | 255 | - |
| CMYK | 0.22 | 0.15 | 0 | 0 |
| HSL | 221.05º | 1% | 0.89% | - |
| HSV(B) | 221.05º | 0.22% | 1% | - |
| XYZ | 65.89 | 68.34 | 104.33 | - |
| YUV | 215.06 | 150.54 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 216 | 255 | 0.22 | 0.15 | 0 | 0 | 221.05 | 1 | 0.89 |
| Hex | C6 | D8 | FF | 16 | F | 0 | 0 | DD | 64 | 59 |
| Octal | 306 | 330 | 377 | 26 | 17 | 0 | 0 | 335 | 144 | 131 |
| Binary | 11000110 | 11011000 | 11111111 | 10110 | 1111 | 0 | 0 | 11011101 | 1100100 | 1011001 |
Color Harmonies of #C6D8FF
Complementary color
Monochromatic Colors of #C6D8FF
Black with #C6D8FF
Text Example
Text Example
White with #C6D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D8FF; }
p { color: rgb(198,216,255); }
H1.HeaderClassName
{
color: #C6D8FF;
}
.AnyTagClassName
{
color: #C6D8FF;
}
</style>
background-color css
<style>
a { background-color: #C6D8FF; }
a { background-color: rgb(198,216,255); }
div.DivClassName
{
background-color: #C6D8FF;
}
.BgClassName
{
background-color: #C6D8FF;
}
</style>
border-color css
<style>
span { border-color: #C6D8FF; }
span { border-color: rgb(198,216,255); }
td.TdClassName
{
border-color: #C6D8FF;
}
.TagClassName
{
border-color: #C6D8FF;
}
</style>