Shades of Havelock Blue #607CCA
Tints of Havelock Blue #607CCA
RGB
CMYK
RGB Variations
Color information
#607CCA (or 0x607CCA) is known color: Havelock Blue. HEX triplet: 60, 7C and CA. RGB value is (96,124,202). Sum of RGB (Red+Green+Blue) = 96+124+202=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #607CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CCA is #9F8335. Grayscale: #7C7C7C. Windows color (decimal): -10453814 or 13270112. OLE color: 13270112.
HSL color Cylindrical-coordinate representation of color #607CCA: hue angle of 224.15º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #607CCA is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 124 | 202 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.21 |
| HSL | 224.15º | 0.5% | 0.58% | - |
| HSV(B) | 224.15º | 0.52% | 0.79% | - |
| XYZ | 22.69 | 21.17 | 58.77 | - |
| YUV | 124.52 | 171.72 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 202 | 0.52 | 0.39 | 0 | 0.21 | 224.15 | 0.5 | 0.58 |
| Hex | 60 | 7C | CA | 34 | 27 | 0 | 15 | E0 | 32 | 3A |
| Octal | 140 | 174 | 312 | 64 | 47 | 0 | 25 | 340 | 62 | 72 |
| Binary | 1100000 | 1111100 | 11001010 | 110100 | 100111 | 0 | 10101 | 11100000 | 110010 | 111010 |
Color Harmonies of #607CCA
Complementary color
Monochromatic Colors of #607CCA
Black with #607CCA
Text Example
Text Example
White with #607CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607CCA; }
p { color: rgb(96,124,202); }
H1.HeaderClassName
{
color: #607CCA;
}
.AnyTagClassName
{
color: #607CCA;
}
</style>
background-color css
<style>
a { background-color: #607CCA; }
a { background-color: rgb(96,124,202); }
div.DivClassName
{
background-color: #607CCA;
}
.BgClassName
{
background-color: #607CCA;
}
</style>
border-color css
<style>
span { border-color: #607CCA; }
span { border-color: rgb(96,124,202); }
td.TdClassName
{
border-color: #607CCA;
}
.TagClassName
{
border-color: #607CCA;
}
</style>