Shades of Havelock Blue #6983CC
Tints of Havelock Blue #6983CC
RGB
CMYK
RGB Variations
Color information
#6983CC (or 0x6983CC) is known color: Havelock Blue. HEX triplet: 69, 83 and CC. RGB value is (105,131,204). Sum of RGB (Red+Green+Blue) = 105+131+204=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #6983CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6983CC is #967C33. Grayscale: #838383. Windows color (decimal): -9862196 or 13402985. OLE color: 13402985.
HSL color Cylindrical-coordinate representation of color #6983CC: hue angle of 224.24º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6983CC is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 131 | 204 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.2 |
| HSL | 224.24º | 0.49% | 0.61% | - |
| HSV(B) | 224.24º | 0.49% | 0.8% | - |
| XYZ | 24.84 | 23.6 | 60.37 | - |
| YUV | 131.55 | 168.89 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 204 | 0.49 | 0.36 | 0 | 0.2 | 224.24 | 0.49 | 0.61 |
| Hex | 69 | 83 | CC | 31 | 24 | 0 | 14 | E0 | 31 | 3D |
| Octal | 151 | 203 | 314 | 61 | 44 | 0 | 24 | 340 | 61 | 75 |
| Binary | 1101001 | 10000011 | 11001100 | 110001 | 100100 | 0 | 10100 | 11100000 | 110001 | 111101 |
Color Harmonies of #6983CC
Complementary color
Monochromatic Colors of #6983CC
Black with #6983CC
Text Example
Text Example
White with #6983CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6983CC; }
p { color: rgb(105,131,204); }
H1.HeaderClassName
{
color: #6983CC;
}
.AnyTagClassName
{
color: #6983CC;
}
</style>
background-color css
<style>
a { background-color: #6983CC; }
a { background-color: rgb(105,131,204); }
div.DivClassName
{
background-color: #6983CC;
}
.BgClassName
{
background-color: #6983CC;
}
</style>
border-color css
<style>
span { border-color: #6983CC; }
span { border-color: rgb(105,131,204); }
td.TdClassName
{
border-color: #6983CC;
}
.TagClassName
{
border-color: #6983CC;
}
</style>