Shades of Havelock Blue #677FCC
Tints of Havelock Blue #677FCC
RGB
CMYK
RGB Variations
Color information
#677FCC (or 0x677FCC) is known color: Havelock Blue. HEX triplet: 67, 7F and CC. RGB value is (103,127,204). Sum of RGB (Red+Green+Blue) = 103+127+204=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #677FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677FCC is #988033. Grayscale: #808080. Windows color (decimal): -9994292 or 13401959. OLE color: 13401959.
HSL color Cylindrical-coordinate representation of color #677FCC: hue angle of 225.74º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #677FCC is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 127 | 204 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.2 |
| HSL | 225.74º | 0.5% | 0.6% | - |
| HSV(B) | 225.74º | 0.5% | 0.8% | - |
| XYZ | 24.08 | 22.42 | 60.19 | - |
| YUV | 128.6 | 170.55 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 204 | 0.50 | 0.38 | 0 | 0.2 | 225.74 | 0.5 | 0.6 |
| Hex | 67 | 7F | CC | 32 | 26 | 0 | 14 | E2 | 32 | 3C |
| Octal | 147 | 177 | 314 | 62 | 46 | 0 | 24 | 342 | 62 | 74 |
| Binary | 1100111 | 1111111 | 11001100 | 110010 | 100110 | 0 | 10100 | 11100010 | 110010 | 111100 |
Color Harmonies of #677FCC
Complementary color
Monochromatic Colors of #677FCC
Black with #677FCC
Text Example
Text Example
White with #677FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677FCC; }
p { color: rgb(103,127,204); }
H1.HeaderClassName
{
color: #677FCC;
}
.AnyTagClassName
{
color: #677FCC;
}
</style>
background-color css
<style>
a { background-color: #677FCC; }
a { background-color: rgb(103,127,204); }
div.DivClassName
{
background-color: #677FCC;
}
.BgClassName
{
background-color: #677FCC;
}
</style>
border-color css
<style>
span { border-color: #677FCC; }
span { border-color: rgb(103,127,204); }
td.TdClassName
{
border-color: #677FCC;
}
.TagClassName
{
border-color: #677FCC;
}
</style>