Shades of Hawkes Blue #C6D8FA
Tints of Hawkes Blue #C6D8FA
RGB
CMYK
RGB Variations
Color information
#C6D8FA (or 0xC6D8FA) is known color: Hawkes Blue. HEX triplet: C6, D8 and FA. RGB value is (198,216,250). Sum of RGB (Red+Green+Blue) = 198+216+250=664 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.82% from 664); Green value is 216 (84.77% from 255 or 32.53% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6D8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D8FA is #392705. Grayscale: #D6D6D6. Windows color (decimal): -3745542 or 16439494. OLE color: 16439494.
HSL color Cylindrical-coordinate representation of color #C6D8FA: hue angle of 219.23º 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 #C6D8FA is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 216 | 250 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.02 |
| HSL | 219.23º | 0.84% | 0.88% | - |
| HSV(B) | 219.23º | 0.21% | 0.98% | - |
| XYZ | 65.1 | 68.02 | 100.14 | - |
| YUV | 214.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 216 | 250 | 0.21 | 0.14 | 0 | 0.02 | 219.23 | 0.84 | 0.88 |
| Hex | C6 | D8 | FA | 15 | E | 0 | 2 | DB | 54 | 58 |
| Octal | 306 | 330 | 372 | 25 | 16 | 0 | 2 | 333 | 124 | 130 |
| Binary | 11000110 | 11011000 | 11111010 | 10101 | 1110 | 0 | 10 | 11011011 | 1010100 | 1011000 |
Color Harmonies of #C6D8FA
Complementary color
Monochromatic Colors of #C6D8FA
Black with #C6D8FA
Text Example
Text Example
White with #C6D8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D8FA; }
p { color: rgb(198,216,250); }
H1.HeaderClassName
{
color: #C6D8FA;
}
.AnyTagClassName
{
color: #C6D8FA;
}
</style>
background-color css
<style>
a { background-color: #C6D8FA; }
a { background-color: rgb(198,216,250); }
div.DivClassName
{
background-color: #C6D8FA;
}
.BgClassName
{
background-color: #C6D8FA;
}
</style>
border-color css
<style>
span { border-color: #C6D8FA; }
span { border-color: rgb(198,216,250); }
td.TdClassName
{
border-color: #C6D8FA;
}
.TagClassName
{
border-color: #C6D8FA;
}
</style>