Shades of Havelock Blue #6385CF
Tints of Havelock Blue #6385CF
RGB
CMYK
RGB Variations
Color information
#6385CF (or 0x6385CF) is known color: Havelock Blue. HEX triplet: 63, 85 and CF. RGB value is (99,133,207). Sum of RGB (Red+Green+Blue) = 99+133+207=439 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.55% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #6385CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6385CF is #9C7A30. Grayscale: #828282. Windows color (decimal): -10254897 or 13600099. OLE color: 13600099.
HSL color Cylindrical-coordinate representation of color #6385CF: hue angle of 221.11º 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 #6385CF is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 133 | 207 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.19 |
| HSL | 221.11º | 0.53% | 0.6% | - |
| HSV(B) | 221.11º | 0.52% | 0.81% | - |
| XYZ | 24.8 | 23.93 | 62.34 | - |
| YUV | 131.27 | 170.74 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 207 | 0.52 | 0.36 | 0 | 0.19 | 221.11 | 0.53 | 0.6 |
| Hex | 63 | 85 | CF | 34 | 24 | 0 | 13 | DD | 35 | 3C |
| Octal | 143 | 205 | 317 | 64 | 44 | 0 | 23 | 335 | 65 | 74 |
| Binary | 1100011 | 10000101 | 11001111 | 110100 | 100100 | 0 | 10011 | 11011101 | 110101 | 111100 |
Color Harmonies of #6385CF
Complementary color
Monochromatic Colors of #6385CF
Black with #6385CF
Text Example
Text Example
White with #6385CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6385CF; }
p { color: rgb(99,133,207); }
H1.HeaderClassName
{
color: #6385CF;
}
.AnyTagClassName
{
color: #6385CF;
}
</style>
background-color css
<style>
a { background-color: #6385CF; }
a { background-color: rgb(99,133,207); }
div.DivClassName
{
background-color: #6385CF;
}
.BgClassName
{
background-color: #6385CF;
}
</style>
border-color css
<style>
span { border-color: #6385CF; }
span { border-color: rgb(99,133,207); }
td.TdClassName
{
border-color: #6385CF;
}
.TagClassName
{
border-color: #6385CF;
}
</style>