Shades of Hawkes Blue #C6DAFF
Tints of Hawkes Blue #C6DAFF
RGB
CMYK
RGB Variations
Color information
#C6DAFF (or 0xC6DAFF) is known color: Hawkes Blue. HEX triplet: C6, DA and FF. RGB value is (198,218,255). Sum of RGB (Red+Green+Blue) = 198+218+255=671 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.51% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DAFF is #392500. Grayscale: #D8D8D8. Windows color (decimal): -3745025 or 16767686. OLE color: 16767686.
HSL color Cylindrical-coordinate representation of color #C6DAFF: hue angle of 218.95º 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 #C6DAFF is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 218 | 255 | - |
| CMYK | 0.22 | 0.15 | 0 | 0 |
| HSL | 218.95º | 1% | 0.89% | - |
| HSV(B) | 218.95º | 0.22% | 1% | - |
| XYZ | 66.41 | 69.37 | 104.5 | - |
| YUV | 216.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 218 | 255 | 0.22 | 0.15 | 0 | 0 | 218.95 | 1 | 0.89 |
| Hex | C6 | DA | FF | 16 | F | 0 | 0 | DB | 64 | 59 |
| Octal | 306 | 332 | 377 | 26 | 17 | 0 | 0 | 333 | 144 | 131 |
| Binary | 11000110 | 11011010 | 11111111 | 10110 | 1111 | 0 | 0 | 11011011 | 1100100 | 1011001 |
Color Harmonies of #C6DAFF
Complementary color
Monochromatic Colors of #C6DAFF
Black with #C6DAFF
Text Example
Text Example
White with #C6DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DAFF; }
p { color: rgb(198,218,255); }
H1.HeaderClassName
{
color: #C6DAFF;
}
.AnyTagClassName
{
color: #C6DAFF;
}
</style>
background-color css
<style>
a { background-color: #C6DAFF; }
a { background-color: rgb(198,218,255); }
div.DivClassName
{
background-color: #C6DAFF;
}
.BgClassName
{
background-color: #C6DAFF;
}
</style>
border-color css
<style>
span { border-color: #C6DAFF; }
span { border-color: rgb(198,218,255); }
td.TdClassName
{
border-color: #C6DAFF;
}
.TagClassName
{
border-color: #C6DAFF;
}
</style>