Shades of Havelock Blue #6583CC
Tints of Havelock Blue #6583CC
RGB
CMYK
RGB Variations
Color information
#6583CC (or 0x6583CC) is known color: Havelock Blue. HEX triplet: 65, 83 and CC. RGB value is (101,131,204). Sum of RGB (Red+Green+Blue) = 101+131+204=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #6583CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6583CC is #9A7C33. Grayscale: #828282. Windows color (decimal): -10124340 or 13402981. OLE color: 13402981.
HSL color Cylindrical-coordinate representation of color #6583CC: hue angle of 222.52º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6583CC is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 131 | 204 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.2 |
| HSL | 222.52º | 0.5% | 0.6% | - |
| HSV(B) | 222.52º | 0.5% | 0.8% | - |
| XYZ | 24.38 | 23.36 | 60.35 | - |
| YUV | 130.35 | 169.56 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 204 | 0.50 | 0.36 | 0 | 0.2 | 222.52 | 0.5 | 0.6 |
| Hex | 65 | 83 | CC | 32 | 24 | 0 | 14 | DF | 32 | 3C |
| Octal | 145 | 203 | 314 | 62 | 44 | 0 | 24 | 337 | 62 | 74 |
| Binary | 1100101 | 10000011 | 11001100 | 110010 | 100100 | 0 | 10100 | 11011111 | 110010 | 111100 |
Color Harmonies of #6583CC
Complementary color
Monochromatic Colors of #6583CC
Black with #6583CC
Text Example
Text Example
White with #6583CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6583CC; }
p { color: rgb(101,131,204); }
H1.HeaderClassName
{
color: #6583CC;
}
.AnyTagClassName
{
color: #6583CC;
}
</style>
background-color css
<style>
a { background-color: #6583CC; }
a { background-color: rgb(101,131,204); }
div.DivClassName
{
background-color: #6583CC;
}
.BgClassName
{
background-color: #6583CC;
}
</style>
border-color css
<style>
span { border-color: #6583CC; }
span { border-color: rgb(101,131,204); }
td.TdClassName
{
border-color: #6583CC;
}
.TagClassName
{
border-color: #6583CC;
}
</style>