Shades of Havelock Blue #6385CD
Tints of Havelock Blue #6385CD
RGB
CMYK
RGB Variations
Color information
#6385CD (or 0x6385CD) is known color: Havelock Blue. HEX triplet: 63, 85 and CD. RGB value is (99,133,205). Sum of RGB (Red+Green+Blue) = 99+133+205=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #6385CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6385CD is #9C7A32. Grayscale: #828282. Windows color (decimal): -10254899 or 13469027. OLE color: 13469027.
HSL color Cylindrical-coordinate representation of color #6385CD: hue angle of 220.75º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6385CD is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 133 | 205 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.20 |
| HSL | 220.75º | 0.51% | 0.6% | - |
| HSV(B) | 220.75º | 0.52% | 0.8% | - |
| XYZ | 24.55 | 23.84 | 61.06 | - |
| YUV | 131.04 | 169.74 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 205 | 0.52 | 0.35 | 0 | 0.20 | 220.75 | 0.51 | 0.6 |
| Hex | 63 | 85 | CD | 34 | 23 | 0 | 14 | DD | 33 | 3C |
| Octal | 143 | 205 | 315 | 64 | 43 | 0 | 24 | 335 | 63 | 74 |
| Binary | 1100011 | 10000101 | 11001101 | 110100 | 100011 | 0 | 10100 | 11011101 | 110011 | 111100 |
Color Harmonies of #6385CD
Complementary color
Monochromatic Colors of #6385CD
Black with #6385CD
Text Example
Text Example
White with #6385CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6385CD; }
p { color: rgb(99,133,205); }
H1.HeaderClassName
{
color: #6385CD;
}
.AnyTagClassName
{
color: #6385CD;
}
</style>
background-color css
<style>
a { background-color: #6385CD; }
a { background-color: rgb(99,133,205); }
div.DivClassName
{
background-color: #6385CD;
}
.BgClassName
{
background-color: #6385CD;
}
</style>
border-color css
<style>
span { border-color: #6385CD; }
span { border-color: rgb(99,133,205); }
td.TdClassName
{
border-color: #6385CD;
}
.TagClassName
{
border-color: #6385CD;
}
</style>