Shades of Slate Blue #654DCE
Tints of Slate Blue #654DCE
RGB
CMYK
RGB Variations
Color information
#654DCE (or 0x654DCE) is known color: Slate Blue. HEX triplet: 65, 4D and CE. RGB value is (101,77,206). Sum of RGB (Red+Green+Blue) = 101+77+206=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #654DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DCE is #9AB231. Grayscale: #626262. Windows color (decimal): -10138162 or 13520229. OLE color: 13520229.
HSL color Cylindrical-coordinate representation of color #654DCE: hue angle of 251.16º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #654DCE is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 77 | 206 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.19 |
| HSL | 251.16º | 0.57% | 0.55% | - |
| HSV(B) | 251.16º | 0.63% | 0.81% | - |
| XYZ | 19.16 | 12.53 | 59.8 | - |
| YUV | 98.88 | 188.45 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 206 | 0.51 | 0.63 | 0 | 0.19 | 251.16 | 0.57 | 0.55 |
| Hex | 65 | 4D | CE | 33 | 3F | 0 | 13 | FB | 39 | 37 |
| Octal | 145 | 115 | 316 | 63 | 77 | 0 | 23 | 373 | 71 | 67 |
| Binary | 1100101 | 1001101 | 11001110 | 110011 | 111111 | 0 | 10011 | 11111011 | 111001 | 110111 |
Color Harmonies of #654DCE
Complementary color
Monochromatic Colors of #654DCE
Black with #654DCE
Text Example
Text Example
White with #654DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654DCE; }
p { color: rgb(101,77,206); }
H1.HeaderClassName
{
color: #654DCE;
}
.AnyTagClassName
{
color: #654DCE;
}
</style>
background-color css
<style>
a { background-color: #654DCE; }
a { background-color: rgb(101,77,206); }
div.DivClassName
{
background-color: #654DCE;
}
.BgClassName
{
background-color: #654DCE;
}
</style>
border-color css
<style>
span { border-color: #654DCE; }
span { border-color: rgb(101,77,206); }
td.TdClassName
{
border-color: #654DCE;
}
.TagClassName
{
border-color: #654DCE;
}
</style>