Shades of Hawkes Blue #C6D4FF
Tints of Hawkes Blue #C6D4FF
RGB
CMYK
RGB Variations
Color information
#C6D4FF (or 0xC6D4FF) is known color: Hawkes Blue. HEX triplet: C6, D4 and FF. RGB value is (198,212,255). Sum of RGB (Red+Green+Blue) = 198+212+255=665 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.77% from 665); Green value is 212 (83.20% from 255 or 31.88% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6D4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D4FF is #392B00. Grayscale: #D4D4D4. Windows color (decimal): -3746561 or 16766150. OLE color: 16766150.
HSL color Cylindrical-coordinate representation of color #C6D4FF: hue angle of 225.26º 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 #C6D4FF is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 212 | 255 | - |
| CMYK | 0.22 | 0.17 | 0 | 0 |
| HSL | 225.26º | 1% | 0.89% | - |
| HSV(B) | 225.26º | 0.22% | 1% | - |
| XYZ | 64.88 | 66.31 | 103.99 | - |
| YUV | 212.72 | 151.86 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 212 | 255 | 0.22 | 0.17 | 0 | 0 | 225.26 | 1 | 0.89 |
| Hex | C6 | D4 | FF | 16 | 11 | 0 | 0 | E1 | 64 | 59 |
| Octal | 306 | 324 | 377 | 26 | 21 | 0 | 0 | 341 | 144 | 131 |
| Binary | 11000110 | 11010100 | 11111111 | 10110 | 10001 | 0 | 0 | 11100001 | 1100100 | 1011001 |
Color Harmonies of #C6D4FF
Complementary color
Monochromatic Colors of #C6D4FF
Black with #C6D4FF
Text Example
Text Example
White with #C6D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D4FF; }
p { color: rgb(198,212,255); }
H1.HeaderClassName
{
color: #C6D4FF;
}
.AnyTagClassName
{
color: #C6D4FF;
}
</style>
background-color css
<style>
a { background-color: #C6D4FF; }
a { background-color: rgb(198,212,255); }
div.DivClassName
{
background-color: #C6D4FF;
}
.BgClassName
{
background-color: #C6D4FF;
}
</style>
border-color css
<style>
span { border-color: #C6D4FF; }
span { border-color: rgb(198,212,255); }
td.TdClassName
{
border-color: #C6D4FF;
}
.TagClassName
{
border-color: #C6D4FF;
}
</style>