Shades of Slate Blue #6155DB
Tints of Slate Blue #6155DB
RGB
CMYK
RGB Variations
Color information
#6155DB (or 0x6155DB) is known color: Slate Blue. HEX triplet: 61, 55 and DB. RGB value is (97,85,219). Sum of RGB (Red+Green+Blue) = 97+85+219=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #6155DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155DB is #9EAA24. Grayscale: #676767. Windows color (decimal): -10398245 or 14374241. OLE color: 14374241.
HSL color Cylindrical-coordinate representation of color #6155DB: hue angle of 245.37º 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 #6155DB is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 85 | 219 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.14 |
| HSL | 245.37º | 0.65% | 0.6% | - |
| HSV(B) | 245.37º | 0.61% | 0.86% | - |
| XYZ | 20.96 | 14.15 | 68.64 | - |
| YUV | 103.86 | 192.98 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 85 | 219 | 0.56 | 0.61 | 0 | 0.14 | 245.37 | 0.65 | 0.6 |
| Hex | 61 | 55 | DB | 38 | 3D | 0 | E | F5 | 41 | 3C |
| Octal | 141 | 125 | 333 | 70 | 75 | 0 | 16 | 365 | 101 | 74 |
| Binary | 1100001 | 1010101 | 11011011 | 111000 | 111101 | 0 | 1110 | 11110101 | 1000001 | 111100 |
Color Harmonies of #6155DB
Complementary color
Monochromatic Colors of #6155DB
Black with #6155DB
Text Example
Text Example
White with #6155DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6155DB; }
p { color: rgb(97,85,219); }
H1.HeaderClassName
{
color: #6155DB;
}
.AnyTagClassName
{
color: #6155DB;
}
</style>
background-color css
<style>
a { background-color: #6155DB; }
a { background-color: rgb(97,85,219); }
div.DivClassName
{
background-color: #6155DB;
}
.BgClassName
{
background-color: #6155DB;
}
</style>
border-color css
<style>
span { border-color: #6155DB; }
span { border-color: rgb(97,85,219); }
td.TdClassName
{
border-color: #6155DB;
}
.TagClassName
{
border-color: #6155DB;
}
</style>