Shades of Slate Blue #6162CA
Tints of Slate Blue #6162CA
RGB
CMYK
RGB Variations
Color information
#6162CA (or 0x6162CA) is known color: Slate Blue. HEX triplet: 61, 62 and CA. RGB value is (97,98,202). Sum of RGB (Red+Green+Blue) = 97+98+202=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #6162CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6162CA is #9E9D35. Grayscale: #6D6D6D. Windows color (decimal): -10394934 or 13263457. OLE color: 13263457.
HSL color Cylindrical-coordinate representation of color #6162CA: hue angle of 239.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6162CA is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 98 | 202 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.21 |
| HSL | 239.43º | 0.5% | 0.59% | - |
| HSV(B) | 239.43º | 0.52% | 0.79% | - |
| XYZ | 19.96 | 15.54 | 57.82 | - |
| YUV | 109.56 | 180.17 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 202 | 0.52 | 0.51 | 0 | 0.21 | 239.43 | 0.5 | 0.59 |
| Hex | 61 | 62 | CA | 34 | 33 | 0 | 15 | EF | 32 | 3B |
| Octal | 141 | 142 | 312 | 64 | 63 | 0 | 25 | 357 | 62 | 73 |
| Binary | 1100001 | 1100010 | 11001010 | 110100 | 110011 | 0 | 10101 | 11101111 | 110010 | 111011 |
Color Harmonies of #6162CA
Complementary color
Monochromatic Colors of #6162CA
Black with #6162CA
Text Example
Text Example
White with #6162CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6162CA; }
p { color: rgb(97,98,202); }
H1.HeaderClassName
{
color: #6162CA;
}
.AnyTagClassName
{
color: #6162CA;
}
</style>
background-color css
<style>
a { background-color: #6162CA; }
a { background-color: rgb(97,98,202); }
div.DivClassName
{
background-color: #6162CA;
}
.BgClassName
{
background-color: #6162CA;
}
</style>
border-color css
<style>
span { border-color: #6162CA; }
span { border-color: rgb(97,98,202); }
td.TdClassName
{
border-color: #6162CA;
}
.TagClassName
{
border-color: #6162CA;
}
</style>