Shades of Slate Blue #654FDB
Tints of Slate Blue #654FDB
RGB
CMYK
RGB Variations
Color information
#654FDB (or 0x654FDB) is known color: Slate Blue. HEX triplet: 65, 4F and DB. RGB value is (101,79,219). Sum of RGB (Red+Green+Blue) = 101+79+219=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #654FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FDB is #9AB024. Grayscale: #656565. Windows color (decimal): -10137637 or 14372709. OLE color: 14372709.
HSL color Cylindrical-coordinate representation of color #654FDB: hue angle of 249.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #654FDB is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 79 | 219 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.14 |
| HSL | 249.43º | 0.66% | 0.58% | - |
| HSV(B) | 249.43º | 0.64% | 0.86% | - |
| XYZ | 20.95 | 13.47 | 68.51 | - |
| YUV | 101.54 | 194.29 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 219 | 0.54 | 0.64 | 0 | 0.14 | 249.43 | 0.66 | 0.58 |
| Hex | 65 | 4F | DB | 36 | 40 | 0 | E | F9 | 42 | 3A |
| Octal | 145 | 117 | 333 | 66 | 100 | 0 | 16 | 371 | 102 | 72 |
| Binary | 1100101 | 1001111 | 11011011 | 110110 | 1000000 | 0 | 1110 | 11111001 | 1000010 | 111010 |
Color Harmonies of #654FDB
Complementary color
Monochromatic Colors of #654FDB
Black with #654FDB
Text Example
Text Example
White with #654FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FDB; }
p { color: rgb(101,79,219); }
H1.HeaderClassName
{
color: #654FDB;
}
.AnyTagClassName
{
color: #654FDB;
}
</style>
background-color css
<style>
a { background-color: #654FDB; }
a { background-color: rgb(101,79,219); }
div.DivClassName
{
background-color: #654FDB;
}
.BgClassName
{
background-color: #654FDB;
}
</style>
border-color css
<style>
span { border-color: #654FDB; }
span { border-color: rgb(101,79,219); }
td.TdClassName
{
border-color: #654FDB;
}
.TagClassName
{
border-color: #654FDB;
}
</style>