Shades of Havelock Blue #6385CB
Tints of Havelock Blue #6385CB
RGB
CMYK
RGB Variations
Color information
#6385CB (or 0x6385CB) is known color: Havelock Blue. HEX triplet: 63, 85 and CB. RGB value is (99,133,203). Sum of RGB (Red+Green+Blue) = 99+133+203=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #6385CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6385CB is #9C7A34. Grayscale: #828282. Windows color (decimal): -10254901 or 13337955. OLE color: 13337955.
HSL color Cylindrical-coordinate representation of color #6385CB: hue angle of 220.38º 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 #6385CB is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 133 | 203 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.20 |
| HSL | 220.38º | 0.5% | 0.59% | - |
| HSV(B) | 220.38º | 0.51% | 0.8% | - |
| XYZ | 24.31 | 23.74 | 59.8 | - |
| YUV | 130.81 | 168.74 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 203 | 0.51 | 0.34 | 0 | 0.20 | 220.38 | 0.5 | 0.59 |
| Hex | 63 | 85 | CB | 33 | 22 | 0 | 14 | DC | 32 | 3B |
| Octal | 143 | 205 | 313 | 63 | 42 | 0 | 24 | 334 | 62 | 73 |
| Binary | 1100011 | 10000101 | 11001011 | 110011 | 100010 | 0 | 10100 | 11011100 | 110010 | 111011 |
Color Harmonies of #6385CB
Complementary color
Monochromatic Colors of #6385CB
Black with #6385CB
Text Example
Text Example
White with #6385CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6385CB; }
p { color: rgb(99,133,203); }
H1.HeaderClassName
{
color: #6385CB;
}
.AnyTagClassName
{
color: #6385CB;
}
</style>
background-color css
<style>
a { background-color: #6385CB; }
a { background-color: rgb(99,133,203); }
div.DivClassName
{
background-color: #6385CB;
}
.BgClassName
{
background-color: #6385CB;
}
</style>
border-color css
<style>
span { border-color: #6385CB; }
span { border-color: rgb(99,133,203); }
td.TdClassName
{
border-color: #6385CB;
}
.TagClassName
{
border-color: #6385CB;
}
</style>