Shades of Havelock Blue #6483CD
Tints of Havelock Blue #6483CD
RGB
CMYK
RGB Variations
Color information
#6483CD (or 0x6483CD) is known color: Havelock Blue. HEX triplet: 64, 83 and CD. RGB value is (100,131,205). Sum of RGB (Red+Green+Blue) = 100+131+205=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 131 (51.56% from 255 or 30.05% 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 #6483CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6483CD is #9B7C32. Grayscale: #818181. Windows color (decimal): -10189875 or 13468516. OLE color: 13468516.
HSL color Cylindrical-coordinate representation of color #6483CD: hue angle of 222.29º 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 #6483CD is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 131 | 205 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.20 |
| HSL | 222.29º | 0.51% | 0.6% | - |
| HSV(B) | 222.29º | 0.51% | 0.8% | - |
| XYZ | 24.39 | 23.35 | 60.98 | - |
| YUV | 130.17 | 170.23 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 205 | 0.51 | 0.36 | 0 | 0.20 | 222.29 | 0.51 | 0.6 |
| Hex | 64 | 83 | CD | 33 | 24 | 0 | 14 | DE | 33 | 3C |
| Octal | 144 | 203 | 315 | 63 | 44 | 0 | 24 | 336 | 63 | 74 |
| Binary | 1100100 | 10000011 | 11001101 | 110011 | 100100 | 0 | 10100 | 11011110 | 110011 | 111100 |
Color Harmonies of #6483CD
Complementary color
Monochromatic Colors of #6483CD
Black with #6483CD
Text Example
Text Example
White with #6483CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6483CD; }
p { color: rgb(100,131,205); }
H1.HeaderClassName
{
color: #6483CD;
}
.AnyTagClassName
{
color: #6483CD;
}
</style>
background-color css
<style>
a { background-color: #6483CD; }
a { background-color: rgb(100,131,205); }
div.DivClassName
{
background-color: #6483CD;
}
.BgClassName
{
background-color: #6483CD;
}
</style>
border-color css
<style>
span { border-color: #6483CD; }
span { border-color: rgb(100,131,205); }
td.TdClassName
{
border-color: #6483CD;
}
.TagClassName
{
border-color: #6483CD;
}
</style>