Shades of Havelock Blue #677ED4
Tints of Havelock Blue #677ED4
RGB
CMYK
RGB Variations
Color information
#677ED4 (or 0x677ED4) is known color: Havelock Blue. HEX triplet: 67, 7E and D4. RGB value is (103,126,212). Sum of RGB (Red+Green+Blue) = 103+126+212=441 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.36% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 212 (83.20% from 255 or 48.07% from 441); Max value from RGB is 212 - color contains mainly: blue. Hex color #677ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677ED4 is #98812B. Grayscale: #808080. Windows color (decimal): -9994540 or 13925991. OLE color: 13925991.
HSL color Cylindrical-coordinate representation of color #677ED4: hue angle of 227.34º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #677ED4 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 103 | 126 | 212 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.17 |
| HSL | 227.34º | 0.56% | 0.62% | - |
| HSV(B) | 227.34º | 0.51% | 0.83% | - |
| XYZ | 24.94 | 22.56 | 65.33 | - |
| YUV | 128.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 212 | 0.51 | 0.41 | 0 | 0.17 | 227.34 | 0.56 | 0.62 |
| Hex | 67 | 7E | D4 | 33 | 29 | 0 | 11 | E3 | 38 | 3E |
| Octal | 147 | 176 | 324 | 63 | 51 | 0 | 21 | 343 | 70 | 76 |
| Binary | 1100111 | 1111110 | 11010100 | 110011 | 101001 | 0 | 10001 | 11100011 | 111000 | 111110 |
Color Harmonies of #677ED4
Complementary color
Monochromatic Colors of #677ED4
Black with #677ED4
Text Example
Text Example
White with #677ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677ED4; }
p { color: rgb(103,126,212); }
H1.HeaderClassName
{
color: #677ED4;
}
.AnyTagClassName
{
color: #677ED4;
}
</style>
background-color css
<style>
a { background-color: #677ED4; }
a { background-color: rgb(103,126,212); }
div.DivClassName
{
background-color: #677ED4;
}
.BgClassName
{
background-color: #677ED4;
}
</style>
border-color css
<style>
span { border-color: #677ED4; }
span { border-color: rgb(103,126,212); }
td.TdClassName
{
border-color: #677ED4;
}
.TagClassName
{
border-color: #677ED4;
}
</style>