Shades of Havelock Blue #6980CB
Tints of Havelock Blue #6980CB
RGB
CMYK
RGB Variations
Color information
#6980CB (or 0x6980CB) is known color: Havelock Blue. HEX triplet: 69, 80 and CB. RGB value is (105,128,203). Sum of RGB (Red+Green+Blue) = 105+128+203=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #6980CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980CB is #967F34. Grayscale: #818181. Windows color (decimal): -9862965 or 13336681. OLE color: 13336681.
HSL color Cylindrical-coordinate representation of color #6980CB: hue angle of 225.92º 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 #6980CB is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 128 | 203 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.20 |
| HSL | 225.92º | 0.49% | 0.6% | - |
| HSV(B) | 225.92º | 0.48% | 0.8% | - |
| XYZ | 24.32 | 22.75 | 59.61 | - |
| YUV | 129.67 | 169.38 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 203 | 0.48 | 0.37 | 0 | 0.20 | 225.92 | 0.49 | 0.6 |
| Hex | 69 | 80 | CB | 30 | 25 | 0 | 14 | E2 | 31 | 3C |
| Octal | 151 | 200 | 313 | 60 | 45 | 0 | 24 | 342 | 61 | 74 |
| Binary | 1101001 | 10000000 | 11001011 | 110000 | 100101 | 0 | 10100 | 11100010 | 110001 | 111100 |
Color Harmonies of #6980CB
Complementary color
Monochromatic Colors of #6980CB
Black with #6980CB
Text Example
Text Example
White with #6980CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6980CB; }
p { color: rgb(105,128,203); }
H1.HeaderClassName
{
color: #6980CB;
}
.AnyTagClassName
{
color: #6980CB;
}
</style>
background-color css
<style>
a { background-color: #6980CB; }
a { background-color: rgb(105,128,203); }
div.DivClassName
{
background-color: #6980CB;
}
.BgClassName
{
background-color: #6980CB;
}
</style>
border-color css
<style>
span { border-color: #6980CB; }
span { border-color: rgb(105,128,203); }
td.TdClassName
{
border-color: #6980CB;
}
.TagClassName
{
border-color: #6980CB;
}
</style>