Shades of Slate Blue #654BDF
Tints of Slate Blue #654BDF
RGB
CMYK
RGB Variations
Color information
#654BDF (or 0x654BDF) is known color: Slate Blue. HEX triplet: 65, 4B and DF. RGB value is (101,75,223). Sum of RGB (Red+Green+Blue) = 101+75+223=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #654BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654BDF is #9AB420. Grayscale: #636363. Windows color (decimal): -10138657 or 14633829. OLE color: 14633829.
HSL color Cylindrical-coordinate representation of color #654BDF: hue angle of 250.54º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #654BDF is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 75 | 223 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.13 |
| HSL | 250.54º | 0.7% | 0.58% | - |
| HSV(B) | 250.54º | 0.66% | 0.87% | - |
| XYZ | 21.2 | 13.13 | 71.23 | - |
| YUV | 99.65 | 197.61 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 223 | 0.55 | 0.66 | 0 | 0.13 | 250.54 | 0.7 | 0.58 |
| Hex | 65 | 4B | DF | 37 | 42 | 0 | D | FB | 46 | 3A |
| Octal | 145 | 113 | 337 | 67 | 102 | 0 | 15 | 373 | 106 | 72 |
| Binary | 1100101 | 1001011 | 11011111 | 110111 | 1000010 | 0 | 1101 | 11111011 | 1000110 | 111010 |
Color Harmonies of #654BDF
Complementary color
Monochromatic Colors of #654BDF
Black with #654BDF
Text Example
Text Example
White with #654BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654BDF; }
p { color: rgb(101,75,223); }
H1.HeaderClassName
{
color: #654BDF;
}
.AnyTagClassName
{
color: #654BDF;
}
</style>
background-color css
<style>
a { background-color: #654BDF; }
a { background-color: rgb(101,75,223); }
div.DivClassName
{
background-color: #654BDF;
}
.BgClassName
{
background-color: #654BDF;
}
</style>
border-color css
<style>
span { border-color: #654BDF; }
span { border-color: rgb(101,75,223); }
td.TdClassName
{
border-color: #654BDF;
}
.TagClassName
{
border-color: #654BDF;
}
</style>