Shades of Hawkes Blue #C6DAFA
Tints of Hawkes Blue #C6DAFA
RGB
CMYK
RGB Variations
Color information
#C6DAFA (or 0xC6DAFA) is known color: Hawkes Blue. HEX triplet: C6, DA and FA. RGB value is (198,218,250). Sum of RGB (Red+Green+Blue) = 198+218+250=666 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.73% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DAFA is #392505. Grayscale: #D7D7D7. Windows color (decimal): -3745030 or 16440006. OLE color: 16440006.
HSL color Cylindrical-coordinate representation of color #C6DAFA: hue angle of 216.92º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6DAFA is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 218 | 250 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.02 |
| HSL | 216.92º | 0.84% | 0.88% | - |
| HSV(B) | 216.92º | 0.21% | 0.98% | - |
| XYZ | 65.62 | 69.05 | 100.31 | - |
| YUV | 215.67 | 147.37 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 218 | 250 | 0.21 | 0.13 | 0 | 0.02 | 216.92 | 0.84 | 0.88 |
| Hex | C6 | DA | FA | 15 | D | 0 | 2 | D9 | 54 | 58 |
| Octal | 306 | 332 | 372 | 25 | 15 | 0 | 2 | 331 | 124 | 130 |
| Binary | 11000110 | 11011010 | 11111010 | 10101 | 1101 | 0 | 10 | 11011001 | 1010100 | 1011000 |
Color Harmonies of #C6DAFA
Complementary color
Monochromatic Colors of #C6DAFA
Black with #C6DAFA
Text Example
Text Example
White with #C6DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DAFA; }
p { color: rgb(198,218,250); }
H1.HeaderClassName
{
color: #C6DAFA;
}
.AnyTagClassName
{
color: #C6DAFA;
}
</style>
background-color css
<style>
a { background-color: #C6DAFA; }
a { background-color: rgb(198,218,250); }
div.DivClassName
{
background-color: #C6DAFA;
}
.BgClassName
{
background-color: #C6DAFA;
}
</style>
border-color css
<style>
span { border-color: #C6DAFA; }
span { border-color: rgb(198,218,250); }
td.TdClassName
{
border-color: #C6DAFA;
}
.TagClassName
{
border-color: #C6DAFA;
}
</style>