Shades of Havelock Blue #677CCB
Tints of Havelock Blue #677CCB
RGB
CMYK
RGB Variations
Color information
#677CCB (or 0x677CCB) is known color: Havelock Blue. HEX triplet: 67, 7C and CB. RGB value is (103,124,203). Sum of RGB (Red+Green+Blue) = 103+124+203=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #677CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677CCB is #988334. Grayscale: #7E7E7E. Windows color (decimal): -9995061 or 13335655. OLE color: 13335655.
HSL color Cylindrical-coordinate representation of color #677CCB: hue angle of 227.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #677CCB is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 124 | 203 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.20 |
| HSL | 227.4º | 0.49% | 0.6% | - |
| HSV(B) | 227.4º | 0.49% | 0.8% | - |
| XYZ | 23.58 | 21.61 | 59.43 | - |
| YUV | 126.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 203 | 0.49 | 0.39 | 0 | 0.20 | 227.4 | 0.49 | 0.6 |
| Hex | 67 | 7C | CB | 31 | 27 | 0 | 14 | E3 | 31 | 3C |
| Octal | 147 | 174 | 313 | 61 | 47 | 0 | 24 | 343 | 61 | 74 |
| Binary | 1100111 | 1111100 | 11001011 | 110001 | 100111 | 0 | 10100 | 11100011 | 110001 | 111100 |
Color Harmonies of #677CCB
Complementary color
Monochromatic Colors of #677CCB
Black with #677CCB
Text Example
Text Example
White with #677CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677CCB; }
p { color: rgb(103,124,203); }
H1.HeaderClassName
{
color: #677CCB;
}
.AnyTagClassName
{
color: #677CCB;
}
</style>
background-color css
<style>
a { background-color: #677CCB; }
a { background-color: rgb(103,124,203); }
div.DivClassName
{
background-color: #677CCB;
}
.BgClassName
{
background-color: #677CCB;
}
</style>
border-color css
<style>
span { border-color: #677CCB; }
span { border-color: rgb(103,124,203); }
td.TdClassName
{
border-color: #677CCB;
}
.TagClassName
{
border-color: #677CCB;
}
</style>