Shades of Slate Blue #6157C4
Tints of Slate Blue #6157C4
RGB
CMYK
RGB Variations
Color information
#6157C4 (or 0x6157C4) is known color: Slate Blue. HEX triplet: 61, 57 and C4. RGB value is (97,87,196). Sum of RGB (Red+Green+Blue) = 97+87+196=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 196 (76.95% from 255 or 51.58% from 380); Max value from RGB is 196 - color contains mainly: blue. Hex color #6157C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6157C4 is #9EA83B. Grayscale: #656565. Windows color (decimal): -10397756 or 12867425. OLE color: 12867425.
HSL color Cylindrical-coordinate representation of color #6157C4: hue angle of 245.5º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6157C4 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 87 | 196 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.23 |
| HSL | 245.5º | 0.48% | 0.55% | - |
| HSV(B) | 245.5º | 0.56% | 0.77% | - |
| XYZ | 18.3 | 13.34 | 53.84 | - |
| YUV | 102.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 87 | 196 | 0.51 | 0.56 | 0 | 0.23 | 245.5 | 0.48 | 0.55 |
| Hex | 61 | 57 | C4 | 33 | 38 | 0 | 17 | F6 | 30 | 37 |
| Octal | 141 | 127 | 304 | 63 | 70 | 0 | 27 | 366 | 60 | 67 |
| Binary | 1100001 | 1010111 | 11000100 | 110011 | 111000 | 0 | 10111 | 11110110 | 110000 | 110111 |
Color Harmonies of #6157C4
Complementary color
Monochromatic Colors of #6157C4
Black with #6157C4
Text Example
Text Example
White with #6157C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6157C4; }
p { color: rgb(97,87,196); }
H1.HeaderClassName
{
color: #6157C4;
}
.AnyTagClassName
{
color: #6157C4;
}
</style>
background-color css
<style>
a { background-color: #6157C4; }
a { background-color: rgb(97,87,196); }
div.DivClassName
{
background-color: #6157C4;
}
.BgClassName
{
background-color: #6157C4;
}
</style>
border-color css
<style>
span { border-color: #6157C4; }
span { border-color: rgb(97,87,196); }
td.TdClassName
{
border-color: #6157C4;
}
.TagClassName
{
border-color: #6157C4;
}
</style>