Shades of Slate Blue #6162CC
Tints of Slate Blue #6162CC
RGB
CMYK
RGB Variations
Color information
#6162CC (or 0x6162CC) is known color: Slate Blue. HEX triplet: 61, 62 and CC. RGB value is (97,98,204). Sum of RGB (Red+Green+Blue) = 97+98+204=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #6162CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6162CC is #9E9D33. Grayscale: #6D6D6D. Windows color (decimal): -10394932 or 13394529. OLE color: 13394529.
HSL color Cylindrical-coordinate representation of color #6162CC: hue angle of 239.44º 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 #6162CC is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 98 | 204 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.2 |
| HSL | 239.44º | 0.51% | 0.59% | - |
| HSV(B) | 239.44º | 0.52% | 0.8% | - |
| XYZ | 20.2 | 15.64 | 59.08 | - |
| YUV | 109.79 | 181.17 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 204 | 0.52 | 0.52 | 0 | 0.2 | 239.44 | 0.51 | 0.59 |
| Hex | 61 | 62 | CC | 34 | 34 | 0 | 14 | EF | 33 | 3B |
| Octal | 141 | 142 | 314 | 64 | 64 | 0 | 24 | 357 | 63 | 73 |
| Binary | 1100001 | 1100010 | 11001100 | 110100 | 110100 | 0 | 10100 | 11101111 | 110011 | 111011 |
Color Harmonies of #6162CC
Complementary color
Monochromatic Colors of #6162CC
Black with #6162CC
Text Example
Text Example
White with #6162CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6162CC; }
p { color: rgb(97,98,204); }
H1.HeaderClassName
{
color: #6162CC;
}
.AnyTagClassName
{
color: #6162CC;
}
</style>
background-color css
<style>
a { background-color: #6162CC; }
a { background-color: rgb(97,98,204); }
div.DivClassName
{
background-color: #6162CC;
}
.BgClassName
{
background-color: #6162CC;
}
</style>
border-color css
<style>
span { border-color: #6162CC; }
span { border-color: rgb(97,98,204); }
td.TdClassName
{
border-color: #6162CC;
}
.TagClassName
{
border-color: #6162CC;
}
</style>