Shades of Havelock Blue #6680D6
Tints of Havelock Blue #6680D6
RGB
CMYK
RGB Variations
Color information
#6680D6 (or 0x6680D6) is known color: Havelock Blue. HEX triplet: 66, 80 and D6. RGB value is (102,128,214). Sum of RGB (Red+Green+Blue) = 102+128+214=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 214 - color contains mainly: blue. Hex color #6680D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6680D6 is #997F29. Grayscale: #818181. Windows color (decimal): -10059562 or 14057574. OLE color: 14057574.
HSL color Cylindrical-coordinate representation of color #6680D6: hue angle of 226.07º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6680D6 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 128 | 214 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.16 |
| HSL | 226.07º | 0.58% | 0.62% | - |
| HSV(B) | 226.07º | 0.52% | 0.84% | - |
| XYZ | 25.34 | 23.12 | 66.75 | - |
| YUV | 130.03 | 175.39 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 214 | 0.52 | 0.40 | 0 | 0.16 | 226.07 | 0.58 | 0.62 |
| Hex | 66 | 80 | D6 | 34 | 28 | 0 | 10 | E2 | 3A | 3E |
| Octal | 146 | 200 | 326 | 64 | 50 | 0 | 20 | 342 | 72 | 76 |
| Binary | 1100110 | 10000000 | 11010110 | 110100 | 101000 | 0 | 10000 | 11100010 | 111010 | 111110 |
Color Harmonies of #6680D6
Complementary color
Monochromatic Colors of #6680D6
Black with #6680D6
Text Example
Text Example
White with #6680D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6680D6; }
p { color: rgb(102,128,214); }
H1.HeaderClassName
{
color: #6680D6;
}
.AnyTagClassName
{
color: #6680D6;
}
</style>
background-color css
<style>
a { background-color: #6680D6; }
a { background-color: rgb(102,128,214); }
div.DivClassName
{
background-color: #6680D6;
}
.BgClassName
{
background-color: #6680D6;
}
</style>
border-color css
<style>
span { border-color: #6680D6; }
span { border-color: rgb(102,128,214); }
td.TdClassName
{
border-color: #6680D6;
}
.TagClassName
{
border-color: #6680D6;
}
</style>