Shades of Slate Blue #654BDB
Tints of Slate Blue #654BDB
RGB
CMYK
RGB Variations
Color information
#654BDB (or 0x654BDB) is known color: Slate Blue. HEX triplet: 65, 4B and DB. RGB value is (101,75,219). Sum of RGB (Red+Green+Blue) = 101+75+219=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #654BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654BDB is #9AB424. Grayscale: #626262. Windows color (decimal): -10138661 or 14371685. OLE color: 14371685.
HSL color Cylindrical-coordinate representation of color #654BDB: hue angle of 250.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #654BDB is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 75 | 219 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.14 |
| HSL | 250.83º | 0.67% | 0.58% | - |
| HSV(B) | 250.83º | 0.66% | 0.86% | - |
| XYZ | 20.67 | 12.91 | 68.42 | - |
| YUV | 99.19 | 195.61 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 219 | 0.54 | 0.66 | 0 | 0.14 | 250.83 | 0.67 | 0.58 |
| Hex | 65 | 4B | DB | 36 | 42 | 0 | E | FB | 43 | 3A |
| Octal | 145 | 113 | 333 | 66 | 102 | 0 | 16 | 373 | 103 | 72 |
| Binary | 1100101 | 1001011 | 11011011 | 110110 | 1000010 | 0 | 1110 | 11111011 | 1000011 | 111010 |
Color Harmonies of #654BDB
Complementary color
Monochromatic Colors of #654BDB
Black with #654BDB
Text Example
Text Example
White with #654BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654BDB; }
p { color: rgb(101,75,219); }
H1.HeaderClassName
{
color: #654BDB;
}
.AnyTagClassName
{
color: #654BDB;
}
</style>
background-color css
<style>
a { background-color: #654BDB; }
a { background-color: rgb(101,75,219); }
div.DivClassName
{
background-color: #654BDB;
}
.BgClassName
{
background-color: #654BDB;
}
</style>
border-color css
<style>
span { border-color: #654BDB; }
span { border-color: rgb(101,75,219); }
td.TdClassName
{
border-color: #654BDB;
}
.TagClassName
{
border-color: #654BDB;
}
</style>