Shades of Slate Blue #6156DB
Tints of Slate Blue #6156DB
RGB
CMYK
RGB Variations
Color information
#6156DB (or 0x6156DB) is known color: Slate Blue. HEX triplet: 61, 56 and DB. RGB value is (97,86,219). Sum of RGB (Red+Green+Blue) = 97+86+219=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #6156DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6156DB is #9EA924. Grayscale: #676767. Windows color (decimal): -10397989 or 14374497. OLE color: 14374497.
HSL color Cylindrical-coordinate representation of color #6156DB: hue angle of 244.96º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6156DB is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 86 | 219 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.14 |
| HSL | 244.96º | 0.65% | 0.6% | - |
| HSV(B) | 244.96º | 0.61% | 0.86% | - |
| XYZ | 21.04 | 14.31 | 68.67 | - |
| YUV | 104.45 | 192.64 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 219 | 0.56 | 0.61 | 0 | 0.14 | 244.96 | 0.65 | 0.6 |
| Hex | 61 | 56 | DB | 38 | 3D | 0 | E | F5 | 41 | 3C |
| Octal | 141 | 126 | 333 | 70 | 75 | 0 | 16 | 365 | 101 | 74 |
| Binary | 1100001 | 1010110 | 11011011 | 111000 | 111101 | 0 | 1110 | 11110101 | 1000001 | 111100 |
Color Harmonies of #6156DB
Complementary color
Monochromatic Colors of #6156DB
Black with #6156DB
Text Example
Text Example
White with #6156DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6156DB; }
p { color: rgb(97,86,219); }
H1.HeaderClassName
{
color: #6156DB;
}
.AnyTagClassName
{
color: #6156DB;
}
</style>
background-color css
<style>
a { background-color: #6156DB; }
a { background-color: rgb(97,86,219); }
div.DivClassName
{
background-color: #6156DB;
}
.BgClassName
{
background-color: #6156DB;
}
</style>
border-color css
<style>
span { border-color: #6156DB; }
span { border-color: rgb(97,86,219); }
td.TdClassName
{
border-color: #6156DB;
}
.TagClassName
{
border-color: #6156DB;
}
</style>