Shades of Havelock Blue #6680B9
Tints of Havelock Blue #6680B9
RGB
CMYK
RGB Variations
Color information
#6680B9 (or 0x6680B9) is known color: Havelock Blue. HEX triplet: 66, 80 and B9. RGB value is (102,128,185). Sum of RGB (Red+Green+Blue) = 102+128+185=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 185 - color contains mainly: blue. Hex color #6680B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6680B9 is #997F46. Grayscale: #7E7E7E. Windows color (decimal): -10059591 or 12157030. OLE color: 12157030.
HSL color Cylindrical-coordinate representation of color #6680B9: hue angle of 221.2º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6680B9 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 128 | 185 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.27 |
| HSL | 221.2º | 0.37% | 0.56% | - |
| HSV(B) | 221.2º | 0.45% | 0.73% | - |
| XYZ | 21.96 | 21.77 | 48.94 | - |
| YUV | 126.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 185 | 0.45 | 0.31 | 0 | 0.27 | 221.2 | 0.37 | 0.56 |
| Hex | 66 | 80 | B9 | 2D | 1F | 0 | 1B | DD | 25 | 38 |
| Octal | 146 | 200 | 271 | 55 | 37 | 0 | 33 | 335 | 45 | 70 |
| Binary | 1100110 | 10000000 | 10111001 | 101101 | 11111 | 0 | 11011 | 11011101 | 100101 | 111000 |
Color Harmonies of #6680B9
Complementary color
Monochromatic Colors of #6680B9
Black with #6680B9
Text Example
Text Example
White with #6680B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6680B9; }
p { color: rgb(102,128,185); }
H1.HeaderClassName
{
color: #6680B9;
}
.AnyTagClassName
{
color: #6680B9;
}
</style>
background-color css
<style>
a { background-color: #6680B9; }
a { background-color: rgb(102,128,185); }
div.DivClassName
{
background-color: #6680B9;
}
.BgClassName
{
background-color: #6680B9;
}
</style>
border-color css
<style>
span { border-color: #6680B9; }
span { border-color: rgb(102,128,185); }
td.TdClassName
{
border-color: #6680B9;
}
.TagClassName
{
border-color: #6680B9;
}
</style>