Shades of Havelock Blue #6582CD
Tints of Havelock Blue #6582CD
RGB
CMYK
RGB Variations
Color information
#6582CD (or 0x6582CD) is known color: Havelock Blue. HEX triplet: 65, 82 and CD. RGB value is (101,130,205). Sum of RGB (Red+Green+Blue) = 101+130+205=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #6582CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6582CD is #9A7D32. Grayscale: #818181. Windows color (decimal): -10124595 or 13468261. OLE color: 13468261.
HSL color Cylindrical-coordinate representation of color #6582CD: hue angle of 223.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6582CD is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 130 | 205 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.20 |
| HSL | 223.27º | 0.51% | 0.6% | - |
| HSV(B) | 223.27º | 0.51% | 0.8% | - |
| XYZ | 24.37 | 23.14 | 60.94 | - |
| YUV | 129.88 | 170.39 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 205 | 0.51 | 0.37 | 0 | 0.20 | 223.27 | 0.51 | 0.6 |
| Hex | 65 | 82 | CD | 33 | 25 | 0 | 14 | DF | 33 | 3C |
| Octal | 145 | 202 | 315 | 63 | 45 | 0 | 24 | 337 | 63 | 74 |
| Binary | 1100101 | 10000010 | 11001101 | 110011 | 100101 | 0 | 10100 | 11011111 | 110011 | 111100 |
Color Harmonies of #6582CD
Complementary color
Monochromatic Colors of #6582CD
Black with #6582CD
Text Example
Text Example
White with #6582CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6582CD; }
p { color: rgb(101,130,205); }
H1.HeaderClassName
{
color: #6582CD;
}
.AnyTagClassName
{
color: #6582CD;
}
</style>
background-color css
<style>
a { background-color: #6582CD; }
a { background-color: rgb(101,130,205); }
div.DivClassName
{
background-color: #6582CD;
}
.BgClassName
{
background-color: #6582CD;
}
</style>
border-color css
<style>
span { border-color: #6582CD; }
span { border-color: rgb(101,130,205); }
td.TdClassName
{
border-color: #6582CD;
}
.TagClassName
{
border-color: #6582CD;
}
</style>