Shades of Slate Blue #6161CE
Tints of Slate Blue #6161CE
RGB
CMYK
RGB Variations
Color information
#6161CE (or 0x6161CE) is known color: Slate Blue. HEX triplet: 61, 61 and CE. RGB value is (97,97,206). Sum of RGB (Red+Green+Blue) = 97+97+206=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #6161CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6161CE is #9E9E31. Grayscale: #6C6C6C. Windows color (decimal): -10395186 or 13525345. OLE color: 13525345.
HSL color Cylindrical-coordinate representation of color #6161CE: hue angle of 240º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6161CE is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 97 | 206 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.19 |
| HSL | 240º | 0.53% | 0.59% | - |
| HSV(B) | 240º | 0.53% | 0.81% | - |
| XYZ | 20.35 | 15.55 | 60.32 | - |
| YUV | 109.43 | 182.5 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 97 | 206 | 0.53 | 0.53 | 0 | 0.19 | 240 | 0.53 | 0.59 |
| Hex | 61 | 61 | CE | 35 | 35 | 0 | 13 | F0 | 35 | 3B |
| Octal | 141 | 141 | 316 | 65 | 65 | 0 | 23 | 360 | 65 | 73 |
| Binary | 1100001 | 1100001 | 11001110 | 110101 | 110101 | 0 | 10011 | 11110000 | 110101 | 111011 |
Color Harmonies of #6161CE
Complementary color
Monochromatic Colors of #6161CE
Black with #6161CE
Text Example
Text Example
White with #6161CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6161CE; }
p { color: rgb(97,97,206); }
H1.HeaderClassName
{
color: #6161CE;
}
.AnyTagClassName
{
color: #6161CE;
}
</style>
background-color css
<style>
a { background-color: #6161CE; }
a { background-color: rgb(97,97,206); }
div.DivClassName
{
background-color: #6161CE;
}
.BgClassName
{
background-color: #6161CE;
}
</style>
border-color css
<style>
span { border-color: #6161CE; }
span { border-color: rgb(97,97,206); }
td.TdClassName
{
border-color: #6161CE;
}
.TagClassName
{
border-color: #6161CE;
}
</style>