Shades of Slate Blue #654CE0
Tints of Slate Blue #654CE0
RGB
CMYK
RGB Variations
Color information
#654CE0 (or 0x654CE0) is known color: Slate Blue. HEX triplet: 65, 4C and E0. RGB value is (101,76,224). Sum of RGB (Red+Green+Blue) = 101+76+224=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #654CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CE0 is #9AB31F. Grayscale: #636363. Windows color (decimal): -10138400 or 14699621. OLE color: 14699621.
HSL color Cylindrical-coordinate representation of color #654CE0: hue angle of 250.14º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #654CE0 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 76 | 224 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.12 |
| HSL | 250.14º | 0.7% | 0.59% | - |
| HSV(B) | 250.14º | 0.66% | 0.88% | - |
| XYZ | 21.41 | 13.32 | 71.96 | - |
| YUV | 100.35 | 197.78 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 224 | 0.55 | 0.66 | 0 | 0.12 | 250.14 | 0.7 | 0.59 |
| Hex | 65 | 4C | E0 | 37 | 42 | 0 | C | FA | 46 | 3B |
| Octal | 145 | 114 | 340 | 67 | 102 | 0 | 14 | 372 | 106 | 73 |
| Binary | 1100101 | 1001100 | 11100000 | 110111 | 1000010 | 0 | 1100 | 11111010 | 1000110 | 111011 |
Color Harmonies of #654CE0
Complementary color
Monochromatic Colors of #654CE0
Black with #654CE0
Text Example
Text Example
White with #654CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654CE0; }
p { color: rgb(101,76,224); }
H1.HeaderClassName
{
color: #654CE0;
}
.AnyTagClassName
{
color: #654CE0;
}
</style>
background-color css
<style>
a { background-color: #654CE0; }
a { background-color: rgb(101,76,224); }
div.DivClassName
{
background-color: #654CE0;
}
.BgClassName
{
background-color: #654CE0;
}
</style>
border-color css
<style>
span { border-color: #654CE0; }
span { border-color: rgb(101,76,224); }
td.TdClassName
{
border-color: #654CE0;
}
.TagClassName
{
border-color: #654CE0;
}
</style>