Shades of Havelock Blue #6483CB
Tints of Havelock Blue #6483CB
RGB
CMYK
RGB Variations
Color information
#6483CB (or 0x6483CB) is known color: Havelock Blue. HEX triplet: 64, 83 and CB. RGB value is (100,131,203). Sum of RGB (Red+Green+Blue) = 100+131+203=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #6483CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6483CB is #9B7C34. Grayscale: #818181. Windows color (decimal): -10189877 or 13337444. OLE color: 13337444.
HSL color Cylindrical-coordinate representation of color #6483CB: hue angle of 221.94º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6483CB is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 131 | 203 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.20 |
| HSL | 221.94º | 0.5% | 0.59% | - |
| HSV(B) | 221.94º | 0.51% | 0.8% | - |
| XYZ | 24.15 | 23.25 | 59.72 | - |
| YUV | 129.94 | 169.23 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 203 | 0.51 | 0.35 | 0 | 0.20 | 221.94 | 0.5 | 0.59 |
| Hex | 64 | 83 | CB | 33 | 23 | 0 | 14 | DE | 32 | 3B |
| Octal | 144 | 203 | 313 | 63 | 43 | 0 | 24 | 336 | 62 | 73 |
| Binary | 1100100 | 10000011 | 11001011 | 110011 | 100011 | 0 | 10100 | 11011110 | 110010 | 111011 |
Color Harmonies of #6483CB
Complementary color
Monochromatic Colors of #6483CB
Black with #6483CB
Text Example
Text Example
White with #6483CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6483CB; }
p { color: rgb(100,131,203); }
H1.HeaderClassName
{
color: #6483CB;
}
.AnyTagClassName
{
color: #6483CB;
}
</style>
background-color css
<style>
a { background-color: #6483CB; }
a { background-color: rgb(100,131,203); }
div.DivClassName
{
background-color: #6483CB;
}
.BgClassName
{
background-color: #6483CB;
}
</style>
border-color css
<style>
span { border-color: #6483CB; }
span { border-color: rgb(100,131,203); }
td.TdClassName
{
border-color: #6483CB;
}
.TagClassName
{
border-color: #6483CB;
}
</style>