Shades of Havelock Blue #677FD7
Tints of Havelock Blue #677FD7
RGB
CMYK
RGB Variations
Color information
#677FD7 (or 0x677FD7) is known color: Havelock Blue. HEX triplet: 67, 7F and D7. RGB value is (103,127,215). Sum of RGB (Red+Green+Blue) = 103+127+215=445 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.15% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #677FD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677FD7 is #988028. Grayscale: #818181. Windows color (decimal): -9994281 or 14122855. OLE color: 14122855.
HSL color Cylindrical-coordinate representation of color #677FD7: hue angle of 227.14º degrees, saturation: 0.58, 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 #677FD7 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 127 | 215 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.16 |
| HSL | 227.14º | 0.58% | 0.62% | - |
| HSV(B) | 227.14º | 0.52% | 0.84% | - |
| XYZ | 25.45 | 22.97 | 67.38 | - |
| YUV | 129.86 | 176.05 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 215 | 0.52 | 0.41 | 0 | 0.16 | 227.14 | 0.58 | 0.62 |
| Hex | 67 | 7F | D7 | 34 | 29 | 0 | 10 | E3 | 3A | 3E |
| Octal | 147 | 177 | 327 | 64 | 51 | 0 | 20 | 343 | 72 | 76 |
| Binary | 1100111 | 1111111 | 11010111 | 110100 | 101001 | 0 | 10000 | 11100011 | 111010 | 111110 |
Color Harmonies of #677FD7
Complementary color
Monochromatic Colors of #677FD7
Black with #677FD7
Text Example
Text Example
White with #677FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677FD7; }
p { color: rgb(103,127,215); }
H1.HeaderClassName
{
color: #677FD7;
}
.AnyTagClassName
{
color: #677FD7;
}
</style>
background-color css
<style>
a { background-color: #677FD7; }
a { background-color: rgb(103,127,215); }
div.DivClassName
{
background-color: #677FD7;
}
.BgClassName
{
background-color: #677FD7;
}
</style>
border-color css
<style>
span { border-color: #677FD7; }
span { border-color: rgb(103,127,215); }
td.TdClassName
{
border-color: #677FD7;
}
.TagClassName
{
border-color: #677FD7;
}
</style>