Shades of Havelock Blue #6177CF
Tints of Havelock Blue #6177CF
RGB
CMYK
RGB Variations
Color information
#6177CF (or 0x6177CF) is known color: Havelock Blue. HEX triplet: 61, 77 and CF. RGB value is (97,119,207). Sum of RGB (Red+Green+Blue) = 97+119+207=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #6177CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6177CF is #9E8830. Grayscale: #7A7A7A. Windows color (decimal): -10389553 or 13596513. OLE color: 13596513.
HSL color Cylindrical-coordinate representation of color #6177CF: hue angle of 228º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6177CF is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 119 | 207 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.19 |
| HSL | 228º | 0.53% | 0.6% | - |
| HSV(B) | 228º | 0.53% | 0.81% | - |
| XYZ | 22.79 | 20.24 | 61.74 | - |
| YUV | 122.45 | 175.71 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 119 | 207 | 0.53 | 0.43 | 0 | 0.19 | 228 | 0.53 | 0.6 |
| Hex | 61 | 77 | CF | 35 | 2B | 0 | 13 | E4 | 35 | 3C |
| Octal | 141 | 167 | 317 | 65 | 53 | 0 | 23 | 344 | 65 | 74 |
| Binary | 1100001 | 1110111 | 11001111 | 110101 | 101011 | 0 | 10011 | 11100100 | 110101 | 111100 |
Color Harmonies of #6177CF
Complementary color
Monochromatic Colors of #6177CF
Black with #6177CF
Text Example
Text Example
White with #6177CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6177CF; }
p { color: rgb(97,119,207); }
H1.HeaderClassName
{
color: #6177CF;
}
.AnyTagClassName
{
color: #6177CF;
}
</style>
background-color css
<style>
a { background-color: #6177CF; }
a { background-color: rgb(97,119,207); }
div.DivClassName
{
background-color: #6177CF;
}
.BgClassName
{
background-color: #6177CF;
}
</style>
border-color css
<style>
span { border-color: #6177CF; }
span { border-color: rgb(97,119,207); }
td.TdClassName
{
border-color: #6177CF;
}
.TagClassName
{
border-color: #6177CF;
}
</style>