Shades of Havelock Blue #6381BC
Tints of Havelock Blue #6381BC
RGB
CMYK
RGB Variations
Color information
#6381BC (or 0x6381BC) is known color: Havelock Blue. HEX triplet: 63, 81 and BC. RGB value is (99,129,188). Sum of RGB (Red+Green+Blue) = 99+129+188=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #6381BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6381BC is #9C7E43. Grayscale: #7E7E7E. Windows color (decimal): -10255940 or 12353891. OLE color: 12353891.
HSL color Cylindrical-coordinate representation of color #6381BC: hue angle of 219.78º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6381BC is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 129 | 188 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.26 |
| HSL | 219.78º | 0.4% | 0.56% | - |
| HSV(B) | 219.78º | 0.47% | 0.74% | - |
| XYZ | 22.07 | 21.98 | 50.66 | - |
| YUV | 126.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 129 | 188 | 0.47 | 0.31 | 0 | 0.26 | 219.78 | 0.4 | 0.56 |
| Hex | 63 | 81 | BC | 2F | 1F | 0 | 1A | DC | 28 | 38 |
| Octal | 143 | 201 | 274 | 57 | 37 | 0 | 32 | 334 | 50 | 70 |
| Binary | 1100011 | 10000001 | 10111100 | 101111 | 11111 | 0 | 11010 | 11011100 | 101000 | 111000 |
Color Harmonies of #6381BC
Complementary color
Monochromatic Colors of #6381BC
Black with #6381BC
Text Example
Text Example
White with #6381BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6381BC; }
p { color: rgb(99,129,188); }
H1.HeaderClassName
{
color: #6381BC;
}
.AnyTagClassName
{
color: #6381BC;
}
</style>
background-color css
<style>
a { background-color: #6381BC; }
a { background-color: rgb(99,129,188); }
div.DivClassName
{
background-color: #6381BC;
}
.BgClassName
{
background-color: #6381BC;
}
</style>
border-color css
<style>
span { border-color: #6381BC; }
span { border-color: rgb(99,129,188); }
td.TdClassName
{
border-color: #6381BC;
}
.TagClassName
{
border-color: #6381BC;
}
</style>