Shades of Havelock Blue #6381CF
Tints of Havelock Blue #6381CF
RGB
CMYK
RGB Variations
Color information
#6381CF (or 0x6381CF) is known color: Havelock Blue. HEX triplet: 63, 81 and CF. RGB value is (99,129,207). Sum of RGB (Red+Green+Blue) = 99+129+207=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #6381CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6381CF is #9C7E30. Grayscale: #808080. Windows color (decimal): -10255921 or 13599075. OLE color: 13599075.
HSL color Cylindrical-coordinate representation of color #6381CF: hue angle of 223.33º 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 #6381CF is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 129 | 207 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.19 |
| HSL | 223.33º | 0.53% | 0.6% | - |
| HSV(B) | 223.33º | 0.52% | 0.81% | - |
| XYZ | 24.26 | 22.86 | 62.17 | - |
| YUV | 128.92 | 172.06 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 129 | 207 | 0.52 | 0.38 | 0 | 0.19 | 223.33 | 0.53 | 0.6 |
| Hex | 63 | 81 | CF | 34 | 26 | 0 | 13 | DF | 35 | 3C |
| Octal | 143 | 201 | 317 | 64 | 46 | 0 | 23 | 337 | 65 | 74 |
| Binary | 1100011 | 10000001 | 11001111 | 110100 | 100110 | 0 | 10011 | 11011111 | 110101 | 111100 |
Color Harmonies of #6381CF
Complementary color
Monochromatic Colors of #6381CF
Black with #6381CF
Text Example
Text Example
White with #6381CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6381CF; }
p { color: rgb(99,129,207); }
H1.HeaderClassName
{
color: #6381CF;
}
.AnyTagClassName
{
color: #6381CF;
}
</style>
background-color css
<style>
a { background-color: #6381CF; }
a { background-color: rgb(99,129,207); }
div.DivClassName
{
background-color: #6381CF;
}
.BgClassName
{
background-color: #6381CF;
}
</style>
border-color css
<style>
span { border-color: #6381CF; }
span { border-color: rgb(99,129,207); }
td.TdClassName
{
border-color: #6381CF;
}
.TagClassName
{
border-color: #6381CF;
}
</style>