Shades of Havelock Blue #6185CC
Tints of Havelock Blue #6185CC
RGB
CMYK
RGB Variations
Color information
#6185CC (or 0x6185CC) is known color: Havelock Blue. HEX triplet: 61, 85 and CC. RGB value is (97,133,204). Sum of RGB (Red+Green+Blue) = 97+133+204=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #6185CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6185CC is #9E7A33. Grayscale: #828282. Windows color (decimal): -10385972 or 13403489. OLE color: 13403489.
HSL color Cylindrical-coordinate representation of color #6185CC: hue angle of 219.81º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6185CC is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 133 | 204 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.2 |
| HSL | 219.81º | 0.51% | 0.59% | - |
| HSV(B) | 219.81º | 0.52% | 0.8% | - |
| XYZ | 24.22 | 23.68 | 60.42 | - |
| YUV | 130.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 133 | 204 | 0.52 | 0.35 | 0 | 0.2 | 219.81 | 0.51 | 0.59 |
| Hex | 61 | 85 | CC | 34 | 23 | 0 | 14 | DC | 33 | 3B |
| Octal | 141 | 205 | 314 | 64 | 43 | 0 | 24 | 334 | 63 | 73 |
| Binary | 1100001 | 10000101 | 11001100 | 110100 | 100011 | 0 | 10100 | 11011100 | 110011 | 111011 |
Color Harmonies of #6185CC
Complementary color
Monochromatic Colors of #6185CC
Black with #6185CC
Text Example
Text Example
White with #6185CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6185CC; }
p { color: rgb(97,133,204); }
H1.HeaderClassName
{
color: #6185CC;
}
.AnyTagClassName
{
color: #6185CC;
}
</style>
background-color css
<style>
a { background-color: #6185CC; }
a { background-color: rgb(97,133,204); }
div.DivClassName
{
background-color: #6185CC;
}
.BgClassName
{
background-color: #6185CC;
}
</style>
border-color css
<style>
span { border-color: #6185CC; }
span { border-color: rgb(97,133,204); }
td.TdClassName
{
border-color: #6185CC;
}
.TagClassName
{
border-color: #6185CC;
}
</style>