Shades of Havelock Blue #6182BD
Tints of Havelock Blue #6182BD
RGB
CMYK
RGB Variations
Color information
#6182BD (or 0x6182BD) is known color: Havelock Blue. HEX triplet: 61, 82 and BD. RGB value is (97,130,189). Sum of RGB (Red+Green+Blue) = 97+130+189=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #6182BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182BD is #9E7D42. Grayscale: #7E7E7E. Windows color (decimal): -10386755 or 12419681. OLE color: 12419681.
HSL color Cylindrical-coordinate representation of color #6182BD: hue angle of 218.48º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6182BD is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 130 | 189 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.26 |
| HSL | 218.48º | 0.41% | 0.56% | - |
| HSV(B) | 218.48º | 0.49% | 0.74% | - |
| XYZ | 22.1 | 22.18 | 51.26 | - |
| YUV | 126.86 | 163.07 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 189 | 0.49 | 0.31 | 0 | 0.26 | 218.48 | 0.41 | 0.56 |
| Hex | 61 | 82 | BD | 31 | 1F | 0 | 1A | DA | 29 | 38 |
| Octal | 141 | 202 | 275 | 61 | 37 | 0 | 32 | 332 | 51 | 70 |
| Binary | 1100001 | 10000010 | 10111101 | 110001 | 11111 | 0 | 11010 | 11011010 | 101001 | 111000 |
Color Harmonies of #6182BD
Complementary color
Monochromatic Colors of #6182BD
Black with #6182BD
Text Example
Text Example
White with #6182BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6182BD; }
p { color: rgb(97,130,189); }
H1.HeaderClassName
{
color: #6182BD;
}
.AnyTagClassName
{
color: #6182BD;
}
</style>
background-color css
<style>
a { background-color: #6182BD; }
a { background-color: rgb(97,130,189); }
div.DivClassName
{
background-color: #6182BD;
}
.BgClassName
{
background-color: #6182BD;
}
</style>
border-color css
<style>
span { border-color: #6182BD; }
span { border-color: rgb(97,130,189); }
td.TdClassName
{
border-color: #6182BD;
}
.TagClassName
{
border-color: #6182BD;
}
</style>