Shades of Havelock Blue #6680BC
Tints of Havelock Blue #6680BC
RGB
CMYK
RGB Variations
Color information
#6680BC (or 0x6680BC) is known color: Havelock Blue. HEX triplet: 66, 80 and BC. RGB value is (102,128,188). Sum of RGB (Red+Green+Blue) = 102+128+188=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #6680BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6680BC is #997F43. Grayscale: #7E7E7E. Windows color (decimal): -10059588 or 12353638. OLE color: 12353638.
HSL color Cylindrical-coordinate representation of color #6680BC: hue angle of 221.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6680BC is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 128 | 188 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.26 |
| HSL | 221.86º | 0.39% | 0.57% | - |
| HSV(B) | 221.86º | 0.46% | 0.74% | - |
| XYZ | 22.28 | 21.89 | 50.63 | - |
| YUV | 127.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 188 | 0.46 | 0.32 | 0 | 0.26 | 221.86 | 0.39 | 0.57 |
| Hex | 66 | 80 | BC | 2E | 20 | 0 | 1A | DE | 27 | 39 |
| Octal | 146 | 200 | 274 | 56 | 40 | 0 | 32 | 336 | 47 | 71 |
| Binary | 1100110 | 10000000 | 10111100 | 101110 | 100000 | 0 | 11010 | 11011110 | 100111 | 111001 |
Color Harmonies of #6680BC
Complementary color
Monochromatic Colors of #6680BC
Black with #6680BC
Text Example
Text Example
White with #6680BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6680BC; }
p { color: rgb(102,128,188); }
H1.HeaderClassName
{
color: #6680BC;
}
.AnyTagClassName
{
color: #6680BC;
}
</style>
background-color css
<style>
a { background-color: #6680BC; }
a { background-color: rgb(102,128,188); }
div.DivClassName
{
background-color: #6680BC;
}
.BgClassName
{
background-color: #6680BC;
}
</style>
border-color css
<style>
span { border-color: #6680BC; }
span { border-color: rgb(102,128,188); }
td.TdClassName
{
border-color: #6680BC;
}
.TagClassName
{
border-color: #6680BC;
}
</style>