Shades of Havelock Blue #6983CE
Tints of Havelock Blue #6983CE
RGB
CMYK
RGB Variations
Color information
#6983CE (or 0x6983CE) is known color: Havelock Blue. HEX triplet: 69, 83 and CE. RGB value is (105,131,206). Sum of RGB (Red+Green+Blue) = 105+131+206=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #6983CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6983CE is #967C31. Grayscale: #838383. Windows color (decimal): -9862194 or 13534057. OLE color: 13534057.
HSL color Cylindrical-coordinate representation of color #6983CE: hue angle of 224.55º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6983CE is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 131 | 206 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.19 |
| HSL | 224.55º | 0.51% | 0.61% | - |
| HSV(B) | 224.55º | 0.49% | 0.81% | - |
| XYZ | 25.08 | 23.69 | 61.64 | - |
| YUV | 131.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 206 | 0.49 | 0.36 | 0 | 0.19 | 224.55 | 0.51 | 0.61 |
| Hex | 69 | 83 | CE | 31 | 24 | 0 | 13 | E1 | 33 | 3D |
| Octal | 151 | 203 | 316 | 61 | 44 | 0 | 23 | 341 | 63 | 75 |
| Binary | 1101001 | 10000011 | 11001110 | 110001 | 100100 | 0 | 10011 | 11100001 | 110011 | 111101 |
Color Harmonies of #6983CE
Complementary color
Monochromatic Colors of #6983CE
Black with #6983CE
Text Example
Text Example
White with #6983CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6983CE; }
p { color: rgb(105,131,206); }
H1.HeaderClassName
{
color: #6983CE;
}
.AnyTagClassName
{
color: #6983CE;
}
</style>
background-color css
<style>
a { background-color: #6983CE; }
a { background-color: rgb(105,131,206); }
div.DivClassName
{
background-color: #6983CE;
}
.BgClassName
{
background-color: #6983CE;
}
</style>
border-color css
<style>
span { border-color: #6983CE; }
span { border-color: rgb(105,131,206); }
td.TdClassName
{
border-color: #6983CE;
}
.TagClassName
{
border-color: #6983CE;
}
</style>