Shades of Havelock Blue #6982CC
Tints of Havelock Blue #6982CC
RGB
CMYK
RGB Variations
Color information
#6982CC (or 0x6982CC) is known color: Havelock Blue. HEX triplet: 69, 82 and CC. RGB value is (105,130,204). Sum of RGB (Red+Green+Blue) = 105+130+204=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #6982CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6982CC is #967D33. Grayscale: #828282. Windows color (decimal): -9862452 or 13402729. OLE color: 13402729.
HSL color Cylindrical-coordinate representation of color #6982CC: hue angle of 224.85º 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 #6982CC is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 130 | 204 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.2 |
| HSL | 224.85º | 0.49% | 0.61% | - |
| HSV(B) | 224.85º | 0.49% | 0.8% | - |
| XYZ | 24.71 | 23.33 | 60.33 | - |
| YUV | 130.96 | 169.22 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 204 | 0.49 | 0.36 | 0 | 0.2 | 224.85 | 0.49 | 0.61 |
| Hex | 69 | 82 | CC | 31 | 24 | 0 | 14 | E1 | 31 | 3D |
| Octal | 151 | 202 | 314 | 61 | 44 | 0 | 24 | 341 | 61 | 75 |
| Binary | 1101001 | 10000010 | 11001100 | 110001 | 100100 | 0 | 10100 | 11100001 | 110001 | 111101 |
Color Harmonies of #6982CC
Complementary color
Monochromatic Colors of #6982CC
Black with #6982CC
Text Example
Text Example
White with #6982CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6982CC; }
p { color: rgb(105,130,204); }
H1.HeaderClassName
{
color: #6982CC;
}
.AnyTagClassName
{
color: #6982CC;
}
</style>
background-color css
<style>
a { background-color: #6982CC; }
a { background-color: rgb(105,130,204); }
div.DivClassName
{
background-color: #6982CC;
}
.BgClassName
{
background-color: #6982CC;
}
</style>
border-color css
<style>
span { border-color: #6982CC; }
span { border-color: rgb(105,130,204); }
td.TdClassName
{
border-color: #6982CC;
}
.TagClassName
{
border-color: #6982CC;
}
</style>