Shades of Hawkes Blue #C6D4FC
Tints of Hawkes Blue #C6D4FC
RGB
CMYK
RGB Variations
Color information
#C6D4FC (or 0xC6D4FC) is known color: Hawkes Blue. HEX triplet: C6, D4 and FC. RGB value is (198,212,252). Sum of RGB (Red+Green+Blue) = 198+212+252=662 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.91% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6D4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D4FC is #392B03. Grayscale: #D4D4D4. Windows color (decimal): -3746564 or 16569542. OLE color: 16569542.
HSL color Cylindrical-coordinate representation of color #C6D4FC: hue angle of 224.44º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6D4FC is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 212 | 252 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.01 |
| HSL | 224.44º | 0.9% | 0.88% | - |
| HSV(B) | 224.44º | 0.21% | 0.99% | - |
| XYZ | 64.4 | 66.12 | 101.46 | - |
| YUV | 212.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 212 | 252 | 0.21 | 0.16 | 0 | 0.01 | 224.44 | 0.9 | 0.88 |
| Hex | C6 | D4 | FC | 15 | 10 | 0 | 1 | E0 | 5A | 58 |
| Octal | 306 | 324 | 374 | 25 | 20 | 0 | 1 | 340 | 132 | 130 |
| Binary | 11000110 | 11010100 | 11111100 | 10101 | 10000 | 0 | 1 | 11100000 | 1011010 | 1011000 |
Color Harmonies of #C6D4FC
Complementary color
Monochromatic Colors of #C6D4FC
Black with #C6D4FC
Text Example
Text Example
White with #C6D4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D4FC; }
p { color: rgb(198,212,252); }
H1.HeaderClassName
{
color: #C6D4FC;
}
.AnyTagClassName
{
color: #C6D4FC;
}
</style>
background-color css
<style>
a { background-color: #C6D4FC; }
a { background-color: rgb(198,212,252); }
div.DivClassName
{
background-color: #C6D4FC;
}
.BgClassName
{
background-color: #C6D4FC;
}
</style>
border-color css
<style>
span { border-color: #C6D4FC; }
span { border-color: rgb(198,212,252); }
td.TdClassName
{
border-color: #C6D4FC;
}
.TagClassName
{
border-color: #C6D4FC;
}
</style>