Shades of Havelock Blue #6682C9
Tints of Havelock Blue #6682C9
RGB
CMYK
RGB Variations
Color information
#6682C9 (or 0x6682C9) is known color: Havelock Blue. HEX triplet: 66, 82 and C9. RGB value is (102,130,201). Sum of RGB (Red+Green+Blue) = 102+130+201=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #6682C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6682C9 is #997D36. Grayscale: #818181. Windows color (decimal): -10059063 or 13206118. OLE color: 13206118.
HSL color Cylindrical-coordinate representation of color #6682C9: hue angle of 223.03º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6682C9 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 130 | 201 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.21 |
| HSL | 223.03º | 0.48% | 0.59% | - |
| HSV(B) | 223.03º | 0.49% | 0.79% | - |
| XYZ | 24 | 23.01 | 58.43 | - |
| YUV | 129.72 | 168.22 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 201 | 0.49 | 0.35 | 0 | 0.21 | 223.03 | 0.48 | 0.59 |
| Hex | 66 | 82 | C9 | 31 | 23 | 0 | 15 | DF | 30 | 3B |
| Octal | 146 | 202 | 311 | 61 | 43 | 0 | 25 | 337 | 60 | 73 |
| Binary | 1100110 | 10000010 | 11001001 | 110001 | 100011 | 0 | 10101 | 11011111 | 110000 | 111011 |
Color Harmonies of #6682C9
Complementary color
Monochromatic Colors of #6682C9
Black with #6682C9
Text Example
Text Example
White with #6682C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6682C9; }
p { color: rgb(102,130,201); }
H1.HeaderClassName
{
color: #6682C9;
}
.AnyTagClassName
{
color: #6682C9;
}
</style>
background-color css
<style>
a { background-color: #6682C9; }
a { background-color: rgb(102,130,201); }
div.DivClassName
{
background-color: #6682C9;
}
.BgClassName
{
background-color: #6682C9;
}
</style>
border-color css
<style>
span { border-color: #6682C9; }
span { border-color: rgb(102,130,201); }
td.TdClassName
{
border-color: #6682C9;
}
.TagClassName
{
border-color: #6682C9;
}
</style>