Shades of Havelock Blue #6386CE
Tints of Havelock Blue #6386CE
RGB
CMYK
RGB Variations
Color information
#6386CE (or 0x6386CE) is known color: Havelock Blue. HEX triplet: 63, 86 and CE. RGB value is (99,134,206). Sum of RGB (Red+Green+Blue) = 99+134+206=439 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.55% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #6386CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6386CE is #9C7931. Grayscale: #838383. Windows color (decimal): -10254642 or 13534819. OLE color: 13534819.
HSL color Cylindrical-coordinate representation of color #6386CE: hue angle of 220.37º degrees, saturation: 0.52, 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 #6386CE is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 134 | 206 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.19 |
| HSL | 220.37º | 0.52% | 0.6% | - |
| HSV(B) | 220.37º | 0.52% | 0.81% | - |
| XYZ | 24.81 | 24.16 | 61.75 | - |
| YUV | 131.74 | 169.9 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 134 | 206 | 0.52 | 0.35 | 0 | 0.19 | 220.37 | 0.52 | 0.6 |
| Hex | 63 | 86 | CE | 34 | 23 | 0 | 13 | DC | 34 | 3C |
| Octal | 143 | 206 | 316 | 64 | 43 | 0 | 23 | 334 | 64 | 74 |
| Binary | 1100011 | 10000110 | 11001110 | 110100 | 100011 | 0 | 10011 | 11011100 | 110100 | 111100 |
Color Harmonies of #6386CE
Complementary color
Monochromatic Colors of #6386CE
Black with #6386CE
Text Example
Text Example
White with #6386CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6386CE; }
p { color: rgb(99,134,206); }
H1.HeaderClassName
{
color: #6386CE;
}
.AnyTagClassName
{
color: #6386CE;
}
</style>
background-color css
<style>
a { background-color: #6386CE; }
a { background-color: rgb(99,134,206); }
div.DivClassName
{
background-color: #6386CE;
}
.BgClassName
{
background-color: #6386CE;
}
</style>
border-color css
<style>
span { border-color: #6386CE; }
span { border-color: rgb(99,134,206); }
td.TdClassName
{
border-color: #6386CE;
}
.TagClassName
{
border-color: #6386CE;
}
</style>