Shades of Havelock Blue #6983CB
Tints of Havelock Blue #6983CB
RGB
CMYK
RGB Variations
Color information
#6983CB (or 0x6983CB) is known color: Havelock Blue. HEX triplet: 69, 83 and CB. RGB value is (105,131,203). Sum of RGB (Red+Green+Blue) = 105+131+203=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #6983CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6983CB is #967C34. Grayscale: #838383. Windows color (decimal): -9862197 or 13337449. OLE color: 13337449.
HSL color Cylindrical-coordinate representation of color #6983CB: hue angle of 224.08º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6983CB is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 131 | 203 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.20 |
| HSL | 224.08º | 0.49% | 0.6% | - |
| HSV(B) | 224.08º | 0.48% | 0.8% | - |
| XYZ | 24.72 | 23.55 | 59.74 | - |
| YUV | 131.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 203 | 0.48 | 0.35 | 0 | 0.20 | 224.08 | 0.49 | 0.6 |
| Hex | 69 | 83 | CB | 30 | 23 | 0 | 14 | E0 | 31 | 3C |
| Octal | 151 | 203 | 313 | 60 | 43 | 0 | 24 | 340 | 61 | 74 |
| Binary | 1101001 | 10000011 | 11001011 | 110000 | 100011 | 0 | 10100 | 11100000 | 110001 | 111100 |
Color Harmonies of #6983CB
Complementary color
Monochromatic Colors of #6983CB
Black with #6983CB
Text Example
Text Example
White with #6983CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6983CB; }
p { color: rgb(105,131,203); }
H1.HeaderClassName
{
color: #6983CB;
}
.AnyTagClassName
{
color: #6983CB;
}
</style>
background-color css
<style>
a { background-color: #6983CB; }
a { background-color: rgb(105,131,203); }
div.DivClassName
{
background-color: #6983CB;
}
.BgClassName
{
background-color: #6983CB;
}
</style>
border-color css
<style>
span { border-color: #6983CB; }
span { border-color: rgb(105,131,203); }
td.TdClassName
{
border-color: #6983CB;
}
.TagClassName
{
border-color: #6983CB;
}
</style>