Shades of Havelock Blue #617FCE
Tints of Havelock Blue #617FCE
RGB
CMYK
RGB Variations
Color information
#617FCE (or 0x617FCE) is known color: Havelock Blue. HEX triplet: 61, 7F and CE. RGB value is (97,127,206). Sum of RGB (Red+Green+Blue) = 97+127+206=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #617FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FCE is #9E8031. Grayscale: #7E7E7E. Windows color (decimal): -10387506 or 13533025. OLE color: 13533025.
HSL color Cylindrical-coordinate representation of color #617FCE: hue angle of 223.49º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #617FCE is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 127 | 206 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.19 |
| HSL | 223.49º | 0.53% | 0.59% | - |
| HSV(B) | 223.49º | 0.53% | 0.81% | - |
| XYZ | 23.66 | 22.18 | 61.43 | - |
| YUV | 127.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 206 | 0.53 | 0.38 | 0 | 0.19 | 223.49 | 0.53 | 0.59 |
| Hex | 61 | 7F | CE | 35 | 26 | 0 | 13 | DF | 35 | 3B |
| Octal | 141 | 177 | 316 | 65 | 46 | 0 | 23 | 337 | 65 | 73 |
| Binary | 1100001 | 1111111 | 11001110 | 110101 | 100110 | 0 | 10011 | 11011111 | 110101 | 111011 |
Color Harmonies of #617FCE
Complementary color
Monochromatic Colors of #617FCE
Black with #617FCE
Text Example
Text Example
White with #617FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617FCE; }
p { color: rgb(97,127,206); }
H1.HeaderClassName
{
color: #617FCE;
}
.AnyTagClassName
{
color: #617FCE;
}
</style>
background-color css
<style>
a { background-color: #617FCE; }
a { background-color: rgb(97,127,206); }
div.DivClassName
{
background-color: #617FCE;
}
.BgClassName
{
background-color: #617FCE;
}
</style>
border-color css
<style>
span { border-color: #617FCE; }
span { border-color: rgb(97,127,206); }
td.TdClassName
{
border-color: #617FCE;
}
.TagClassName
{
border-color: #617FCE;
}
</style>