Shades of Slate Blue #655ADB
Tints of Slate Blue #655ADB
RGB
CMYK
RGB Variations
Color information
#655ADB (or 0x655ADB) is known color: Slate Blue. HEX triplet: 65, 5A and DB. RGB value is (101,90,219). Sum of RGB (Red+Green+Blue) = 101+90+219=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #655ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ADB is #9AA524. Grayscale: #6B6B6B. Windows color (decimal): -10134821 or 14375525. OLE color: 14375525.
HSL color Cylindrical-coordinate representation of color #655ADB: hue angle of 245.12º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #655ADB is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 90 | 219 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.14 |
| HSL | 245.12º | 0.64% | 0.61% | - |
| HSV(B) | 245.12º | 0.59% | 0.86% | - |
| XYZ | 21.81 | 15.19 | 68.8 | - |
| YUV | 108 | 190.64 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 219 | 0.54 | 0.59 | 0 | 0.14 | 245.12 | 0.64 | 0.61 |
| Hex | 65 | 5A | DB | 36 | 3B | 0 | E | F5 | 40 | 3D |
| Octal | 145 | 132 | 333 | 66 | 73 | 0 | 16 | 365 | 100 | 75 |
| Binary | 1100101 | 1011010 | 11011011 | 110110 | 111011 | 0 | 1110 | 11110101 | 1000000 | 111101 |
Color Harmonies of #655ADB
Complementary color
Monochromatic Colors of #655ADB
Black with #655ADB
Text Example
Text Example
White with #655ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655ADB; }
p { color: rgb(101,90,219); }
H1.HeaderClassName
{
color: #655ADB;
}
.AnyTagClassName
{
color: #655ADB;
}
</style>
background-color css
<style>
a { background-color: #655ADB; }
a { background-color: rgb(101,90,219); }
div.DivClassName
{
background-color: #655ADB;
}
.BgClassName
{
background-color: #655ADB;
}
</style>
border-color css
<style>
span { border-color: #655ADB; }
span { border-color: rgb(101,90,219); }
td.TdClassName
{
border-color: #655ADB;
}
.TagClassName
{
border-color: #655ADB;
}
</style>