Shades of Havelock Blue #677ED7
Tints of Havelock Blue #677ED7
RGB
CMYK
RGB Variations
Color information
#677ED7 (or 0x677ED7) is known color: Havelock Blue. HEX triplet: 67, 7E and D7. RGB value is (103,126,215). Sum of RGB (Red+Green+Blue) = 103+126+215=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #677ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677ED7 is #988128. Grayscale: #808080. Windows color (decimal): -9994537 or 14122599. OLE color: 14122599.
HSL color Cylindrical-coordinate representation of color #677ED7: hue angle of 227.68º 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 #677ED7 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 126 | 215 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.16 |
| HSL | 227.68º | 0.58% | 0.62% | - |
| HSV(B) | 227.68º | 0.52% | 0.84% | - |
| XYZ | 25.32 | 22.71 | 67.34 | - |
| YUV | 129.27 | 176.38 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 215 | 0.52 | 0.41 | 0 | 0.16 | 227.68 | 0.58 | 0.62 |
| Hex | 67 | 7E | D7 | 34 | 29 | 0 | 10 | E4 | 3A | 3E |
| Octal | 147 | 176 | 327 | 64 | 51 | 0 | 20 | 344 | 72 | 76 |
| Binary | 1100111 | 1111110 | 11010111 | 110100 | 101001 | 0 | 10000 | 11100100 | 111010 | 111110 |
Color Harmonies of #677ED7
Complementary color
Monochromatic Colors of #677ED7
Black with #677ED7
Text Example
Text Example
White with #677ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677ED7; }
p { color: rgb(103,126,215); }
H1.HeaderClassName
{
color: #677ED7;
}
.AnyTagClassName
{
color: #677ED7;
}
</style>
background-color css
<style>
a { background-color: #677ED7; }
a { background-color: rgb(103,126,215); }
div.DivClassName
{
background-color: #677ED7;
}
.BgClassName
{
background-color: #677ED7;
}
</style>
border-color css
<style>
span { border-color: #677ED7; }
span { border-color: rgb(103,126,215); }
td.TdClassName
{
border-color: #677ED7;
}
.TagClassName
{
border-color: #677ED7;
}
</style>