Shades of Slate Blue #6156CE
Tints of Slate Blue #6156CE
RGB
CMYK
RGB Variations
Color information
#6156CE (or 0x6156CE) is known color: Slate Blue. HEX triplet: 61, 56 and CE. RGB value is (97,86,206). Sum of RGB (Red+Green+Blue) = 97+86+206=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #6156CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6156CE is #9EA931. Grayscale: #666666. Windows color (decimal): -10398002 or 13522529. OLE color: 13522529.
HSL color Cylindrical-coordinate representation of color #6156CE: hue angle of 245.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6156CE is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 86 | 206 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.19 |
| HSL | 245.5º | 0.55% | 0.57% | - |
| HSV(B) | 245.5º | 0.58% | 0.81% | - |
| XYZ | 19.4 | 13.65 | 60.01 | - |
| YUV | 102.97 | 186.14 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 206 | 0.53 | 0.58 | 0 | 0.19 | 245.5 | 0.55 | 0.57 |
| Hex | 61 | 56 | CE | 35 | 3A | 0 | 13 | F6 | 37 | 39 |
| Octal | 141 | 126 | 316 | 65 | 72 | 0 | 23 | 366 | 67 | 71 |
| Binary | 1100001 | 1010110 | 11001110 | 110101 | 111010 | 0 | 10011 | 11110110 | 110111 | 111001 |
Color Harmonies of #6156CE
Complementary color
Monochromatic Colors of #6156CE
Black with #6156CE
Text Example
Text Example
White with #6156CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6156CE; }
p { color: rgb(97,86,206); }
H1.HeaderClassName
{
color: #6156CE;
}
.AnyTagClassName
{
color: #6156CE;
}
</style>
background-color css
<style>
a { background-color: #6156CE; }
a { background-color: rgb(97,86,206); }
div.DivClassName
{
background-color: #6156CE;
}
.BgClassName
{
background-color: #6156CE;
}
</style>
border-color css
<style>
span { border-color: #6156CE; }
span { border-color: rgb(97,86,206); }
td.TdClassName
{
border-color: #6156CE;
}
.TagClassName
{
border-color: #6156CE;
}
</style>