Shades of Havelock Blue #6483CF
Tints of Havelock Blue #6483CF
RGB
CMYK
RGB Variations
Color information
#6483CF (or 0x6483CF) is known color: Havelock Blue. HEX triplet: 64, 83 and CF. RGB value is (100,131,207). Sum of RGB (Red+Green+Blue) = 100+131+207=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #6483CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6483CF is #9B7C30. Grayscale: #828282. Windows color (decimal): -10189873 or 13599588. OLE color: 13599588.
HSL color Cylindrical-coordinate representation of color #6483CF: hue angle of 222.62º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6483CF is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 131 | 207 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.19 |
| HSL | 222.62º | 0.53% | 0.6% | - |
| HSV(B) | 222.62º | 0.52% | 0.81% | - |
| XYZ | 24.63 | 23.45 | 62.26 | - |
| YUV | 130.4 | 171.23 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 207 | 0.52 | 0.37 | 0 | 0.19 | 222.62 | 0.53 | 0.6 |
| Hex | 64 | 83 | CF | 34 | 25 | 0 | 13 | DF | 35 | 3C |
| Octal | 144 | 203 | 317 | 64 | 45 | 0 | 23 | 337 | 65 | 74 |
| Binary | 1100100 | 10000011 | 11001111 | 110100 | 100101 | 0 | 10011 | 11011111 | 110101 | 111100 |
Color Harmonies of #6483CF
Complementary color
Monochromatic Colors of #6483CF
Black with #6483CF
Text Example
Text Example
White with #6483CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6483CF; }
p { color: rgb(100,131,207); }
H1.HeaderClassName
{
color: #6483CF;
}
.AnyTagClassName
{
color: #6483CF;
}
</style>
background-color css
<style>
a { background-color: #6483CF; }
a { background-color: rgb(100,131,207); }
div.DivClassName
{
background-color: #6483CF;
}
.BgClassName
{
background-color: #6483CF;
}
</style>
border-color css
<style>
span { border-color: #6483CF; }
span { border-color: rgb(100,131,207); }
td.TdClassName
{
border-color: #6483CF;
}
.TagClassName
{
border-color: #6483CF;
}
</style>