Shades of Havelock Blue #677ECF
Tints of Havelock Blue #677ECF
RGB
CMYK
RGB Variations
Color information
#677ECF (or 0x677ECF) is known color: Havelock Blue. HEX triplet: 67, 7E and CF. RGB value is (103,126,207). Sum of RGB (Red+Green+Blue) = 103+126+207=436 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.62% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #677ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677ECF is #988130. Grayscale: #808080. Windows color (decimal): -9994545 or 13598311. OLE color: 13598311.
HSL color Cylindrical-coordinate representation of color #677ECF: hue angle of 226.73º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #677ECF is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 126 | 207 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.19 |
| HSL | 226.73º | 0.52% | 0.61% | - |
| HSV(B) | 226.73º | 0.5% | 0.81% | - |
| XYZ | 24.32 | 22.31 | 62.06 | - |
| YUV | 128.36 | 172.38 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 207 | 0.50 | 0.39 | 0 | 0.19 | 226.73 | 0.52 | 0.61 |
| Hex | 67 | 7E | CF | 32 | 27 | 0 | 13 | E3 | 34 | 3D |
| Octal | 147 | 176 | 317 | 62 | 47 | 0 | 23 | 343 | 64 | 75 |
| Binary | 1100111 | 1111110 | 11001111 | 110010 | 100111 | 0 | 10011 | 11100011 | 110100 | 111101 |
Color Harmonies of #677ECF
Complementary color
Monochromatic Colors of #677ECF
Black with #677ECF
Text Example
Text Example
White with #677ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677ECF; }
p { color: rgb(103,126,207); }
H1.HeaderClassName
{
color: #677ECF;
}
.AnyTagClassName
{
color: #677ECF;
}
</style>
background-color css
<style>
a { background-color: #677ECF; }
a { background-color: rgb(103,126,207); }
div.DivClassName
{
background-color: #677ECF;
}
.BgClassName
{
background-color: #677ECF;
}
</style>
border-color css
<style>
span { border-color: #677ECF; }
span { border-color: rgb(103,126,207); }
td.TdClassName
{
border-color: #677ECF;
}
.TagClassName
{
border-color: #677ECF;
}
</style>