Shades of Havelock Blue #677FD5
Tints of Havelock Blue #677FD5
RGB
CMYK
RGB Variations
Color information
#677FD5 (or 0x677FD5) is known color: Havelock Blue. HEX triplet: 67, 7F and D5. RGB value is (103,127,213). Sum of RGB (Red+Green+Blue) = 103+127+213=443 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.25% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #677FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677FD5 is #98802A. Grayscale: #818181. Windows color (decimal): -9994283 or 13991783. OLE color: 13991783.
HSL color Cylindrical-coordinate representation of color #677FD5: hue angle of 226.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #677FD5 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 127 | 213 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.16 |
| HSL | 226.91º | 0.57% | 0.62% | - |
| HSV(B) | 226.91º | 0.52% | 0.84% | - |
| XYZ | 25.19 | 22.87 | 66.04 | - |
| YUV | 129.63 | 175.05 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 213 | 0.52 | 0.40 | 0 | 0.16 | 226.91 | 0.57 | 0.62 |
| Hex | 67 | 7F | D5 | 34 | 28 | 0 | 10 | E3 | 39 | 3E |
| Octal | 147 | 177 | 325 | 64 | 50 | 0 | 20 | 343 | 71 | 76 |
| Binary | 1100111 | 1111111 | 11010101 | 110100 | 101000 | 0 | 10000 | 11100011 | 111001 | 111110 |
Color Harmonies of #677FD5
Complementary color
Monochromatic Colors of #677FD5
Black with #677FD5
Text Example
Text Example
White with #677FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677FD5; }
p { color: rgb(103,127,213); }
H1.HeaderClassName
{
color: #677FD5;
}
.AnyTagClassName
{
color: #677FD5;
}
</style>
background-color css
<style>
a { background-color: #677FD5; }
a { background-color: rgb(103,127,213); }
div.DivClassName
{
background-color: #677FD5;
}
.BgClassName
{
background-color: #677FD5;
}
</style>
border-color css
<style>
span { border-color: #677FD5; }
span { border-color: rgb(103,127,213); }
td.TdClassName
{
border-color: #677FD5;
}
.TagClassName
{
border-color: #677FD5;
}
</style>