Shades of Havelock Blue #677FC9
Tints of Havelock Blue #677FC9
RGB
CMYK
RGB Variations
Color information
#677FC9 (or 0x677FC9) is known color: Havelock Blue. HEX triplet: 67, 7F and C9. RGB value is (103,127,201). Sum of RGB (Red+Green+Blue) = 103+127+201=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #677FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677FC9 is #988036. Grayscale: #7F7F7F. Windows color (decimal): -9994295 or 13205351. OLE color: 13205351.
HSL color Cylindrical-coordinate representation of color #677FC9: hue angle of 225.31º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #677FC9 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 127 | 201 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.21 |
| HSL | 225.31º | 0.48% | 0.6% | - |
| HSV(B) | 225.31º | 0.49% | 0.79% | - |
| XYZ | 23.73 | 22.28 | 58.31 | - |
| YUV | 128.26 | 169.05 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 201 | 0.49 | 0.37 | 0 | 0.21 | 225.31 | 0.48 | 0.6 |
| Hex | 67 | 7F | C9 | 31 | 25 | 0 | 15 | E1 | 30 | 3C |
| Octal | 147 | 177 | 311 | 61 | 45 | 0 | 25 | 341 | 60 | 74 |
| Binary | 1100111 | 1111111 | 11001001 | 110001 | 100101 | 0 | 10101 | 11100001 | 110000 | 111100 |
Color Harmonies of #677FC9
Complementary color
Monochromatic Colors of #677FC9
Black with #677FC9
Text Example
Text Example
White with #677FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677FC9; }
p { color: rgb(103,127,201); }
H1.HeaderClassName
{
color: #677FC9;
}
.AnyTagClassName
{
color: #677FC9;
}
</style>
background-color css
<style>
a { background-color: #677FC9; }
a { background-color: rgb(103,127,201); }
div.DivClassName
{
background-color: #677FC9;
}
.BgClassName
{
background-color: #677FC9;
}
</style>
border-color css
<style>
span { border-color: #677FC9; }
span { border-color: rgb(103,127,201); }
td.TdClassName
{
border-color: #677FC9;
}
.TagClassName
{
border-color: #677FC9;
}
</style>