Shades of Slate Blue #6158DB
Tints of Slate Blue #6158DB
RGB
CMYK
RGB Variations
Color information
#6158DB (or 0x6158DB) is known color: Slate Blue. HEX triplet: 61, 58 and DB. RGB value is (97,88,219). Sum of RGB (Red+Green+Blue) = 97+88+219=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #6158DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6158DB is #9EA724. Grayscale: #696969. Windows color (decimal): -10397477 or 14375009. OLE color: 14375009.
HSL color Cylindrical-coordinate representation of color #6158DB: hue angle of 244.12º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6158DB is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 88 | 219 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.14 |
| HSL | 244.12º | 0.65% | 0.6% | - |
| HSV(B) | 244.12º | 0.6% | 0.86% | - |
| XYZ | 21.21 | 14.64 | 68.73 | - |
| YUV | 105.63 | 191.98 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 88 | 219 | 0.56 | 0.60 | 0 | 0.14 | 244.12 | 0.65 | 0.6 |
| Hex | 61 | 58 | DB | 38 | 3C | 0 | E | F4 | 41 | 3C |
| Octal | 141 | 130 | 333 | 70 | 74 | 0 | 16 | 364 | 101 | 74 |
| Binary | 1100001 | 1011000 | 11011011 | 111000 | 111100 | 0 | 1110 | 11110100 | 1000001 | 111100 |
Color Harmonies of #6158DB
Complementary color
Monochromatic Colors of #6158DB
Black with #6158DB
Text Example
Text Example
White with #6158DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6158DB; }
p { color: rgb(97,88,219); }
H1.HeaderClassName
{
color: #6158DB;
}
.AnyTagClassName
{
color: #6158DB;
}
</style>
background-color css
<style>
a { background-color: #6158DB; }
a { background-color: rgb(97,88,219); }
div.DivClassName
{
background-color: #6158DB;
}
.BgClassName
{
background-color: #6158DB;
}
</style>
border-color css
<style>
span { border-color: #6158DB; }
span { border-color: rgb(97,88,219); }
td.TdClassName
{
border-color: #6158DB;
}
.TagClassName
{
border-color: #6158DB;
}
</style>