Shades of Havelock Blue #6183CC
Tints of Havelock Blue #6183CC
RGB
CMYK
RGB Variations
Color information
#6183CC (or 0x6183CC) is known color: Havelock Blue. HEX triplet: 61, 83 and CC. RGB value is (97,131,204). Sum of RGB (Red+Green+Blue) = 97+131+204=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #6183CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6183CC is #9E7C33. Grayscale: #808080. Windows color (decimal): -10386484 or 13402977. OLE color: 13402977.
HSL color Cylindrical-coordinate representation of color #6183CC: hue angle of 220.93º 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 #6183CC is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 131 | 204 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.2 |
| HSL | 220.93º | 0.51% | 0.59% | - |
| HSV(B) | 220.93º | 0.52% | 0.8% | - |
| XYZ | 23.95 | 23.13 | 60.33 | - |
| YUV | 129.16 | 170.24 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 204 | 0.52 | 0.36 | 0 | 0.2 | 220.93 | 0.51 | 0.59 |
| Hex | 61 | 83 | CC | 34 | 24 | 0 | 14 | DD | 33 | 3B |
| Octal | 141 | 203 | 314 | 64 | 44 | 0 | 24 | 335 | 63 | 73 |
| Binary | 1100001 | 10000011 | 11001100 | 110100 | 100100 | 0 | 10100 | 11011101 | 110011 | 111011 |
Color Harmonies of #6183CC
Complementary color
Monochromatic Colors of #6183CC
Black with #6183CC
Text Example
Text Example
White with #6183CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6183CC; }
p { color: rgb(97,131,204); }
H1.HeaderClassName
{
color: #6183CC;
}
.AnyTagClassName
{
color: #6183CC;
}
</style>
background-color css
<style>
a { background-color: #6183CC; }
a { background-color: rgb(97,131,204); }
div.DivClassName
{
background-color: #6183CC;
}
.BgClassName
{
background-color: #6183CC;
}
</style>
border-color css
<style>
span { border-color: #6183CC; }
span { border-color: rgb(97,131,204); }
td.TdClassName
{
border-color: #6183CC;
}
.TagClassName
{
border-color: #6183CC;
}
</style>