Shades of Hawkes Blue #C6D3FC
Tints of Hawkes Blue #C6D3FC
RGB
CMYK
RGB Variations
Color information
#C6D3FC (or 0xC6D3FC) is known color: Hawkes Blue. HEX triplet: C6, D3 and FC. RGB value is (198,211,252). Sum of RGB (Red+Green+Blue) = 198+211+252=661 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.95% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6D3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D3FC is #392C03. Grayscale: #D3D3D3. Windows color (decimal): -3746820 or 16569286. OLE color: 16569286.
HSL color Cylindrical-coordinate representation of color #C6D3FC: hue angle of 225.56º 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 #C6D3FC is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 211 | 252 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.01 |
| HSL | 225.56º | 0.9% | 0.88% | - |
| HSV(B) | 225.56º | 0.21% | 0.99% | - |
| XYZ | 64.15 | 65.62 | 101.38 | - |
| YUV | 211.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 211 | 252 | 0.21 | 0.16 | 0 | 0.01 | 225.56 | 0.9 | 0.88 |
| Hex | C6 | D3 | FC | 15 | 10 | 0 | 1 | E2 | 5A | 58 |
| Octal | 306 | 323 | 374 | 25 | 20 | 0 | 1 | 342 | 132 | 130 |
| Binary | 11000110 | 11010011 | 11111100 | 10101 | 10000 | 0 | 1 | 11100010 | 1011010 | 1011000 |
Color Harmonies of #C6D3FC
Complementary color
Monochromatic Colors of #C6D3FC
Black with #C6D3FC
Text Example
Text Example
White with #C6D3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D3FC; }
p { color: rgb(198,211,252); }
H1.HeaderClassName
{
color: #C6D3FC;
}
.AnyTagClassName
{
color: #C6D3FC;
}
</style>
background-color css
<style>
a { background-color: #C6D3FC; }
a { background-color: rgb(198,211,252); }
div.DivClassName
{
background-color: #C6D3FC;
}
.BgClassName
{
background-color: #C6D3FC;
}
</style>
border-color css
<style>
span { border-color: #C6D3FC; }
span { border-color: rgb(198,211,252); }
td.TdClassName
{
border-color: #C6D3FC;
}
.TagClassName
{
border-color: #C6D3FC;
}
</style>