Shades of Hawkes Blue #C6D7EF
Tints of Hawkes Blue #C6D7EF
RGB
CMYK
RGB Variations
Color information
#C6D7EF (or 0xC6D7EF) is known color: Hawkes Blue. HEX triplet: C6, D7 and EF. RGB value is (198,215,239). Sum of RGB (Red+Green+Blue) = 198+215+239=652 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.37% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6D7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D7EF is #392810. Grayscale: #D4D4D4. Windows color (decimal): -3745809 or 15718342. OLE color: 15718342.
HSL color Cylindrical-coordinate representation of color #C6D7EF: hue angle of 215.12º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6D7EF is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 215 | 239 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.06 |
| HSL | 215.12º | 0.56% | 0.86% | - |
| HSV(B) | 215.12º | 0.17% | 0.94% | - |
| XYZ | 63.17 | 66.84 | 91.23 | - |
| YUV | 212.65 | 142.87 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 215 | 239 | 0.17 | 0.10 | 0 | 0.06 | 215.12 | 0.56 | 0.86 |
| Hex | C6 | D7 | EF | 11 | A | 0 | 6 | D7 | 38 | 56 |
| Octal | 306 | 327 | 357 | 21 | 12 | 0 | 6 | 327 | 70 | 126 |
| Binary | 11000110 | 11010111 | 11101111 | 10001 | 1010 | 0 | 110 | 11010111 | 111000 | 1010110 |
Color Harmonies of #C6D7EF
Complementary color
Monochromatic Colors of #C6D7EF
Black with #C6D7EF
Text Example
Text Example
White with #C6D7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D7EF; }
p { color: rgb(198,215,239); }
H1.HeaderClassName
{
color: #C6D7EF;
}
.AnyTagClassName
{
color: #C6D7EF;
}
</style>
background-color css
<style>
a { background-color: #C6D7EF; }
a { background-color: rgb(198,215,239); }
div.DivClassName
{
background-color: #C6D7EF;
}
.BgClassName
{
background-color: #C6D7EF;
}
</style>
border-color css
<style>
span { border-color: #C6D7EF; }
span { border-color: rgb(198,215,239); }
td.TdClassName
{
border-color: #C6D7EF;
}
.TagClassName
{
border-color: #C6D7EF;
}
</style>