Shades of Slate Blue #6160C4
Tints of Slate Blue #6160C4
RGB
CMYK
RGB Variations
Color information
#6160C4 (or 0x6160C4) is known color: Slate Blue. HEX triplet: 61, 60 and C4. RGB value is (97,96,196). Sum of RGB (Red+Green+Blue) = 97+96+196=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #6160C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6160C4 is #9E9F3B. Grayscale: #6B6B6B. Windows color (decimal): -10395452 or 12869729. OLE color: 12869729.
HSL color Cylindrical-coordinate representation of color #6160C4: hue angle of 240.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6160C4 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 96 | 196 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.23 |
| HSL | 240.6º | 0.46% | 0.57% | - |
| HSV(B) | 240.6º | 0.51% | 0.77% | - |
| XYZ | 19.08 | 14.89 | 54.09 | - |
| YUV | 107.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 196 | 0.51 | 0.51 | 0 | 0.23 | 240.6 | 0.46 | 0.57 |
| Hex | 61 | 60 | C4 | 33 | 33 | 0 | 17 | F1 | 2E | 39 |
| Octal | 141 | 140 | 304 | 63 | 63 | 0 | 27 | 361 | 56 | 71 |
| Binary | 1100001 | 1100000 | 11000100 | 110011 | 110011 | 0 | 10111 | 11110001 | 101110 | 111001 |
Color Harmonies of #6160C4
Complementary color
Monochromatic Colors of #6160C4
Black with #6160C4
Text Example
Text Example
White with #6160C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6160C4; }
p { color: rgb(97,96,196); }
H1.HeaderClassName
{
color: #6160C4;
}
.AnyTagClassName
{
color: #6160C4;
}
</style>
background-color css
<style>
a { background-color: #6160C4; }
a { background-color: rgb(97,96,196); }
div.DivClassName
{
background-color: #6160C4;
}
.BgClassName
{
background-color: #6160C4;
}
</style>
border-color css
<style>
span { border-color: #6160C4; }
span { border-color: rgb(97,96,196); }
td.TdClassName
{
border-color: #6160C4;
}
.TagClassName
{
border-color: #6160C4;
}
</style>