Shades of Havelock Blue #677ED5
Tints of Havelock Blue #677ED5
RGB
CMYK
RGB Variations
Color information
#677ED5 (or 0x677ED5) is known color: Havelock Blue. HEX triplet: 67, 7E and D5. RGB value is (103,126,213). Sum of RGB (Red+Green+Blue) = 103+126+213=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #677ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677ED5 is #98812A. Grayscale: #808080. Windows color (decimal): -9994539 or 13991527. OLE color: 13991527.
HSL color Cylindrical-coordinate representation of color #677ED5: hue angle of 227.45º 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 #677ED5 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 126 | 213 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.16 |
| HSL | 227.45º | 0.57% | 0.62% | - |
| HSV(B) | 227.45º | 0.52% | 0.84% | - |
| XYZ | 25.06 | 22.61 | 65.99 | - |
| YUV | 129.04 | 175.38 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 213 | 0.52 | 0.41 | 0 | 0.16 | 227.45 | 0.57 | 0.62 |
| Hex | 67 | 7E | D5 | 34 | 29 | 0 | 10 | E3 | 39 | 3E |
| Octal | 147 | 176 | 325 | 64 | 51 | 0 | 20 | 343 | 71 | 76 |
| Binary | 1100111 | 1111110 | 11010101 | 110100 | 101001 | 0 | 10000 | 11100011 | 111001 | 111110 |
Color Harmonies of #677ED5
Complementary color
Monochromatic Colors of #677ED5
Black with #677ED5
Text Example
Text Example
White with #677ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677ED5; }
p { color: rgb(103,126,213); }
H1.HeaderClassName
{
color: #677ED5;
}
.AnyTagClassName
{
color: #677ED5;
}
</style>
background-color css
<style>
a { background-color: #677ED5; }
a { background-color: rgb(103,126,213); }
div.DivClassName
{
background-color: #677ED5;
}
.BgClassName
{
background-color: #677ED5;
}
</style>
border-color css
<style>
span { border-color: #677ED5; }
span { border-color: rgb(103,126,213); }
td.TdClassName
{
border-color: #677ED5;
}
.TagClassName
{
border-color: #677ED5;
}
</style>