Shades of Slate Blue #6558DB
Tints of Slate Blue #6558DB
RGB
CMYK
RGB Variations
Color information
#6558DB (or 0x6558DB) is known color: Slate Blue. HEX triplet: 65, 58 and DB. RGB value is (101,88,219). Sum of RGB (Red+Green+Blue) = 101+88+219=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #6558DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6558DB is #9AA724. Grayscale: #6A6A6A. Windows color (decimal): -10135333 or 14375013. OLE color: 14375013.
HSL color Cylindrical-coordinate representation of color #6558DB: hue angle of 245.95º 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 #6558DB is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 88 | 219 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.14 |
| HSL | 245.95º | 0.65% | 0.6% | - |
| HSV(B) | 245.95º | 0.6% | 0.86% | - |
| XYZ | 21.64 | 14.86 | 68.75 | - |
| YUV | 106.82 | 191.31 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 219 | 0.54 | 0.60 | 0 | 0.14 | 245.95 | 0.65 | 0.6 |
| Hex | 65 | 58 | DB | 36 | 3C | 0 | E | F6 | 41 | 3C |
| Octal | 145 | 130 | 333 | 66 | 74 | 0 | 16 | 366 | 101 | 74 |
| Binary | 1100101 | 1011000 | 11011011 | 110110 | 111100 | 0 | 1110 | 11110110 | 1000001 | 111100 |
Color Harmonies of #6558DB
Complementary color
Monochromatic Colors of #6558DB
Black with #6558DB
Text Example
Text Example
White with #6558DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6558DB; }
p { color: rgb(101,88,219); }
H1.HeaderClassName
{
color: #6558DB;
}
.AnyTagClassName
{
color: #6558DB;
}
</style>
background-color css
<style>
a { background-color: #6558DB; }
a { background-color: rgb(101,88,219); }
div.DivClassName
{
background-color: #6558DB;
}
.BgClassName
{
background-color: #6558DB;
}
</style>
border-color css
<style>
span { border-color: #6558DB; }
span { border-color: rgb(101,88,219); }
td.TdClassName
{
border-color: #6558DB;
}
.TagClassName
{
border-color: #6558DB;
}
</style>