Shades of Slate Blue #656DDB
Tints of Slate Blue #656DDB
RGB
CMYK
RGB Variations
Color information
#656DDB (or 0x656DDB) is known color: Slate Blue. HEX triplet: 65, 6D and DB. RGB value is (101,109,219). Sum of RGB (Red+Green+Blue) = 101+109+219=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #656DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DDB is #9A9224. Grayscale: #767676. Windows color (decimal): -10129957 or 14380389. OLE color: 14380389.
HSL color Cylindrical-coordinate representation of color #656DDB: hue angle of 235.93º 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 #656DDB is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 109 | 219 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.14 |
| HSL | 235.93º | 0.62% | 0.63% | - |
| HSV(B) | 235.93º | 0.54% | 0.86% | - |
| XYZ | 23.62 | 18.82 | 69.41 | - |
| YUV | 119.15 | 184.35 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 219 | 0.54 | 0.50 | 0 | 0.14 | 235.93 | 0.62 | 0.63 |
| Hex | 65 | 6D | DB | 36 | 32 | 0 | E | EC | 3E | 3F |
| Octal | 145 | 155 | 333 | 66 | 62 | 0 | 16 | 354 | 76 | 77 |
| Binary | 1100101 | 1101101 | 11011011 | 110110 | 110010 | 0 | 1110 | 11101100 | 111110 | 111111 |
Color Harmonies of #656DDB
Complementary color
Monochromatic Colors of #656DDB
Black with #656DDB
Text Example
Text Example
White with #656DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DDB; }
p { color: rgb(101,109,219); }
H1.HeaderClassName
{
color: #656DDB;
}
.AnyTagClassName
{
color: #656DDB;
}
</style>
background-color css
<style>
a { background-color: #656DDB; }
a { background-color: rgb(101,109,219); }
div.DivClassName
{
background-color: #656DDB;
}
.BgClassName
{
background-color: #656DDB;
}
</style>
border-color css
<style>
span { border-color: #656DDB; }
span { border-color: rgb(101,109,219); }
td.TdClassName
{
border-color: #656DDB;
}
.TagClassName
{
border-color: #656DDB;
}
</style>