Shades of Havelock Blue #6883CE
Tints of Havelock Blue #6883CE
RGB
CMYK
RGB Variations
Color information
#6883CE (or 0x6883CE) is known color: Havelock Blue. HEX triplet: 68, 83 and CE. RGB value is (104,131,206). Sum of RGB (Red+Green+Blue) = 104+131+206=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #6883CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6883CE is #977C31. Grayscale: #838383. Windows color (decimal): -9927730 or 13534056. OLE color: 13534056.
HSL color Cylindrical-coordinate representation of color #6883CE: hue angle of 224.12º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6883CE is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 131 | 206 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.19 |
| HSL | 224.12º | 0.51% | 0.61% | - |
| HSV(B) | 224.12º | 0.5% | 0.81% | - |
| XYZ | 24.97 | 23.63 | 61.64 | - |
| YUV | 131.48 | 170.05 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 206 | 0.50 | 0.36 | 0 | 0.19 | 224.12 | 0.51 | 0.61 |
| Hex | 68 | 83 | CE | 32 | 24 | 0 | 13 | E0 | 33 | 3D |
| Octal | 150 | 203 | 316 | 62 | 44 | 0 | 23 | 340 | 63 | 75 |
| Binary | 1101000 | 10000011 | 11001110 | 110010 | 100100 | 0 | 10011 | 11100000 | 110011 | 111101 |
Color Harmonies of #6883CE
Complementary color
Monochromatic Colors of #6883CE
Black with #6883CE
Text Example
Text Example
White with #6883CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6883CE; }
p { color: rgb(104,131,206); }
H1.HeaderClassName
{
color: #6883CE;
}
.AnyTagClassName
{
color: #6883CE;
}
</style>
background-color css
<style>
a { background-color: #6883CE; }
a { background-color: rgb(104,131,206); }
div.DivClassName
{
background-color: #6883CE;
}
.BgClassName
{
background-color: #6883CE;
}
</style>
border-color css
<style>
span { border-color: #6883CE; }
span { border-color: rgb(104,131,206); }
td.TdClassName
{
border-color: #6883CE;
}
.TagClassName
{
border-color: #6883CE;
}
</style>