Shades of Slate Blue #6557DB
Tints of Slate Blue #6557DB
RGB
CMYK
RGB Variations
Color information
#6557DB (or 0x6557DB) is known color: Slate Blue. HEX triplet: 65, 57 and DB. RGB value is (101,87,219). Sum of RGB (Red+Green+Blue) = 101+87+219=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #6557DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6557DB is #9AA824. Grayscale: #696969. Windows color (decimal): -10135589 or 14374757. OLE color: 14374757.
HSL color Cylindrical-coordinate representation of color #6557DB: hue angle of 246.36º 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 #6557DB is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 87 | 219 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.14 |
| HSL | 246.36º | 0.65% | 0.6% | - |
| HSV(B) | 246.36º | 0.6% | 0.86% | - |
| XYZ | 21.56 | 14.7 | 68.72 | - |
| YUV | 106.23 | 191.64 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 219 | 0.54 | 0.60 | 0 | 0.14 | 246.36 | 0.65 | 0.6 |
| Hex | 65 | 57 | DB | 36 | 3C | 0 | E | F6 | 41 | 3C |
| Octal | 145 | 127 | 333 | 66 | 74 | 0 | 16 | 366 | 101 | 74 |
| Binary | 1100101 | 1010111 | 11011011 | 110110 | 111100 | 0 | 1110 | 11110110 | 1000001 | 111100 |
Color Harmonies of #6557DB
Complementary color
Monochromatic Colors of #6557DB
Black with #6557DB
Text Example
Text Example
White with #6557DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6557DB; }
p { color: rgb(101,87,219); }
H1.HeaderClassName
{
color: #6557DB;
}
.AnyTagClassName
{
color: #6557DB;
}
</style>
background-color css
<style>
a { background-color: #6557DB; }
a { background-color: rgb(101,87,219); }
div.DivClassName
{
background-color: #6557DB;
}
.BgClassName
{
background-color: #6557DB;
}
</style>
border-color css
<style>
span { border-color: #6557DB; }
span { border-color: rgb(101,87,219); }
td.TdClassName
{
border-color: #6557DB;
}
.TagClassName
{
border-color: #6557DB;
}
</style>