Shades of Havelock Blue #607FCD
Tints of Havelock Blue #607FCD
RGB
CMYK
RGB Variations
Color information
#607FCD (or 0x607FCD) is known color: Havelock Blue. HEX triplet: 60, 7F and CD. RGB value is (96,127,205). Sum of RGB (Red+Green+Blue) = 96+127+205=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #607FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FCD is #9F8032. Grayscale: #7E7E7E. Windows color (decimal): -10453043 or 13467488. OLE color: 13467488.
HSL color Cylindrical-coordinate representation of color #607FCD: hue angle of 222.94º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #607FCD is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 127 | 205 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.20 |
| HSL | 222.94º | 0.52% | 0.59% | - |
| HSV(B) | 222.94º | 0.53% | 0.8% | - |
| XYZ | 23.43 | 22.07 | 60.78 | - |
| YUV | 126.62 | 172.23 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 205 | 0.53 | 0.38 | 0 | 0.20 | 222.94 | 0.52 | 0.59 |
| Hex | 60 | 7F | CD | 35 | 26 | 0 | 14 | DF | 34 | 3B |
| Octal | 140 | 177 | 315 | 65 | 46 | 0 | 24 | 337 | 64 | 73 |
| Binary | 1100000 | 1111111 | 11001101 | 110101 | 100110 | 0 | 10100 | 11011111 | 110100 | 111011 |
Color Harmonies of #607FCD
Complementary color
Monochromatic Colors of #607FCD
Black with #607FCD
Text Example
Text Example
White with #607FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607FCD; }
p { color: rgb(96,127,205); }
H1.HeaderClassName
{
color: #607FCD;
}
.AnyTagClassName
{
color: #607FCD;
}
</style>
background-color css
<style>
a { background-color: #607FCD; }
a { background-color: rgb(96,127,205); }
div.DivClassName
{
background-color: #607FCD;
}
.BgClassName
{
background-color: #607FCD;
}
</style>
border-color css
<style>
span { border-color: #607FCD; }
span { border-color: rgb(96,127,205); }
td.TdClassName
{
border-color: #607FCD;
}
.TagClassName
{
border-color: #607FCD;
}
</style>