Shades of Slate Blue #655CDB
Tints of Slate Blue #655CDB
RGB
CMYK
RGB Variations
Color information
#655CDB (or 0x655CDB) is known color: Slate Blue. HEX triplet: 65, 5C and DB. RGB value is (101,92,219). Sum of RGB (Red+Green+Blue) = 101+92+219=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #655CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CDB is #9AA324. Grayscale: #6C6C6C. Windows color (decimal): -10134309 or 14376037. OLE color: 14376037.
HSL color Cylindrical-coordinate representation of color #655CDB: hue angle of 244.25º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #655CDB is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 92 | 219 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.14 |
| HSL | 244.25º | 0.64% | 0.61% | - |
| HSV(B) | 244.25º | 0.58% | 0.86% | - |
| XYZ | 21.98 | 15.54 | 68.86 | - |
| YUV | 109.17 | 189.98 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 219 | 0.54 | 0.58 | 0 | 0.14 | 244.25 | 0.64 | 0.61 |
| Hex | 65 | 5C | DB | 36 | 3A | 0 | E | F4 | 40 | 3D |
| Octal | 145 | 134 | 333 | 66 | 72 | 0 | 16 | 364 | 100 | 75 |
| Binary | 1100101 | 1011100 | 11011011 | 110110 | 111010 | 0 | 1110 | 11110100 | 1000000 | 111101 |
Color Harmonies of #655CDB
Complementary color
Monochromatic Colors of #655CDB
Black with #655CDB
Text Example
Text Example
White with #655CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CDB; }
p { color: rgb(101,92,219); }
H1.HeaderClassName
{
color: #655CDB;
}
.AnyTagClassName
{
color: #655CDB;
}
</style>
background-color css
<style>
a { background-color: #655CDB; }
a { background-color: rgb(101,92,219); }
div.DivClassName
{
background-color: #655CDB;
}
.BgClassName
{
background-color: #655CDB;
}
</style>
border-color css
<style>
span { border-color: #655CDB; }
span { border-color: rgb(101,92,219); }
td.TdClassName
{
border-color: #655CDB;
}
.TagClassName
{
border-color: #655CDB;
}
</style>