Shades of Slate Blue #654FDF
Tints of Slate Blue #654FDF
RGB
CMYK
RGB Variations
Color information
#654FDF (or 0x654FDF) is known color: Slate Blue. HEX triplet: 65, 4F and DF. RGB value is (101,79,223). Sum of RGB (Red+Green+Blue) = 101+79+223=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #654FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FDF is #9AB020. Grayscale: #656565. Windows color (decimal): -10137633 or 14634853. OLE color: 14634853.
HSL color Cylindrical-coordinate representation of color #654FDF: hue angle of 249.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #654FDF is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 79 | 223 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.13 |
| HSL | 249.17º | 0.69% | 0.59% | - |
| HSV(B) | 249.17º | 0.65% | 0.87% | - |
| XYZ | 21.48 | 13.69 | 71.32 | - |
| YUV | 101.99 | 196.29 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 223 | 0.55 | 0.65 | 0 | 0.13 | 249.17 | 0.69 | 0.59 |
| Hex | 65 | 4F | DF | 37 | 41 | 0 | D | F9 | 45 | 3B |
| Octal | 145 | 117 | 337 | 67 | 101 | 0 | 15 | 371 | 105 | 73 |
| Binary | 1100101 | 1001111 | 11011111 | 110111 | 1000001 | 0 | 1101 | 11111001 | 1000101 | 111011 |
Color Harmonies of #654FDF
Complementary color
Monochromatic Colors of #654FDF
Black with #654FDF
Text Example
Text Example
White with #654FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FDF; }
p { color: rgb(101,79,223); }
H1.HeaderClassName
{
color: #654FDF;
}
.AnyTagClassName
{
color: #654FDF;
}
</style>
background-color css
<style>
a { background-color: #654FDF; }
a { background-color: rgb(101,79,223); }
div.DivClassName
{
background-color: #654FDF;
}
.BgClassName
{
background-color: #654FDF;
}
</style>
border-color css
<style>
span { border-color: #654FDF; }
span { border-color: rgb(101,79,223); }
td.TdClassName
{
border-color: #654FDF;
}
.TagClassName
{
border-color: #654FDF;
}
</style>