Shades of Havelock Blue #6681BE
Tints of Havelock Blue #6681BE
RGB
CMYK
RGB Variations
Color information
#6681BE (or 0x6681BE) is known color: Havelock Blue. HEX triplet: 66, 81 and BE. RGB value is (102,129,190). Sum of RGB (Red+Green+Blue) = 102+129+190=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #6681BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6681BE is #997E41. Grayscale: #7F7F7F. Windows color (decimal): -10059330 or 12484966. OLE color: 12484966.
HSL color Cylindrical-coordinate representation of color #6681BE: hue angle of 221.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6681BE is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 129 | 190 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.25 |
| HSL | 221.59º | 0.4% | 0.57% | - |
| HSV(B) | 221.59º | 0.46% | 0.75% | - |
| XYZ | 22.62 | 22.24 | 51.82 | - |
| YUV | 127.88 | 163.05 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 190 | 0.46 | 0.32 | 0 | 0.25 | 221.59 | 0.4 | 0.57 |
| Hex | 66 | 81 | BE | 2E | 20 | 0 | 19 | DE | 28 | 39 |
| Octal | 146 | 201 | 276 | 56 | 40 | 0 | 31 | 336 | 50 | 71 |
| Binary | 1100110 | 10000001 | 10111110 | 101110 | 100000 | 0 | 11001 | 11011110 | 101000 | 111001 |
Color Harmonies of #6681BE
Complementary color
Monochromatic Colors of #6681BE
Black with #6681BE
Text Example
Text Example
White with #6681BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6681BE; }
p { color: rgb(102,129,190); }
H1.HeaderClassName
{
color: #6681BE;
}
.AnyTagClassName
{
color: #6681BE;
}
</style>
background-color css
<style>
a { background-color: #6681BE; }
a { background-color: rgb(102,129,190); }
div.DivClassName
{
background-color: #6681BE;
}
.BgClassName
{
background-color: #6681BE;
}
</style>
border-color css
<style>
span { border-color: #6681BE; }
span { border-color: rgb(102,129,190); }
td.TdClassName
{
border-color: #6681BE;
}
.TagClassName
{
border-color: #6681BE;
}
</style>