Shades of Slate Blue #656ADB
Tints of Slate Blue #656ADB
RGB
CMYK
RGB Variations
Color information
#656ADB (or 0x656ADB) is known color: Slate Blue. HEX triplet: 65, 6A and DB. RGB value is (101,106,219). Sum of RGB (Red+Green+Blue) = 101+106+219=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #656ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ADB is #9A9524. Grayscale: #747474. Windows color (decimal): -10130725 or 14379621. OLE color: 14379621.
HSL color Cylindrical-coordinate representation of color #656ADB: hue angle of 237.46º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #656ADB is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 106 | 219 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.14 |
| HSL | 237.46º | 0.62% | 0.63% | - |
| HSV(B) | 237.46º | 0.54% | 0.86% | - |
| XYZ | 23.31 | 18.19 | 69.3 | - |
| YUV | 117.39 | 185.34 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 219 | 0.54 | 0.52 | 0 | 0.14 | 237.46 | 0.62 | 0.63 |
| Hex | 65 | 6A | DB | 36 | 34 | 0 | E | ED | 3E | 3F |
| Octal | 145 | 152 | 333 | 66 | 64 | 0 | 16 | 355 | 76 | 77 |
| Binary | 1100101 | 1101010 | 11011011 | 110110 | 110100 | 0 | 1110 | 11101101 | 111110 | 111111 |
Color Harmonies of #656ADB
Complementary color
Monochromatic Colors of #656ADB
Black with #656ADB
Text Example
Text Example
White with #656ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656ADB; }
p { color: rgb(101,106,219); }
H1.HeaderClassName
{
color: #656ADB;
}
.AnyTagClassName
{
color: #656ADB;
}
</style>
background-color css
<style>
a { background-color: #656ADB; }
a { background-color: rgb(101,106,219); }
div.DivClassName
{
background-color: #656ADB;
}
.BgClassName
{
background-color: #656ADB;
}
</style>
border-color css
<style>
span { border-color: #656ADB; }
span { border-color: rgb(101,106,219); }
td.TdClassName
{
border-color: #656ADB;
}
.TagClassName
{
border-color: #656ADB;
}
</style>