Shades of Slate Blue #653EDC
Tints of Slate Blue #653EDC
RGB
CMYK
RGB Variations
Color information
#653EDC (or 0x653EDC) is known color: Slate Blue. HEX triplet: 65, 3E and DC. RGB value is (101,62,220). Sum of RGB (Red+Green+Blue) = 101+62+220=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #653EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653EDC is #9AC123. Grayscale: #5B5B5B. Windows color (decimal): -10141988 or 14433893. OLE color: 14433893.
HSL color Cylindrical-coordinate representation of color #653EDC: hue angle of 254.81º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #653EDC is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 62 | 220 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.14 |
| HSL | 254.81º | 0.69% | 0.55% | - |
| HSV(B) | 254.81º | 0.72% | 0.86% | - |
| XYZ | 20.01 | 11.38 | 68.85 | - |
| YUV | 91.67 | 200.42 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 220 | 0.54 | 0.72 | 0 | 0.14 | 254.81 | 0.69 | 0.55 |
| Hex | 65 | 3E | DC | 36 | 48 | 0 | E | FF | 45 | 37 |
| Octal | 145 | 76 | 334 | 66 | 110 | 0 | 16 | 377 | 105 | 67 |
| Binary | 1100101 | 111110 | 11011100 | 110110 | 1001000 | 0 | 1110 | 11111111 | 1000101 | 110111 |
Color Harmonies of #653EDC
Complementary color
Monochromatic Colors of #653EDC
Black with #653EDC
Text Example
Text Example
White with #653EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653EDC; }
p { color: rgb(101,62,220); }
H1.HeaderClassName
{
color: #653EDC;
}
.AnyTagClassName
{
color: #653EDC;
}
</style>
background-color css
<style>
a { background-color: #653EDC; }
a { background-color: rgb(101,62,220); }
div.DivClassName
{
background-color: #653EDC;
}
.BgClassName
{
background-color: #653EDC;
}
</style>
border-color css
<style>
span { border-color: #653EDC; }
span { border-color: rgb(101,62,220); }
td.TdClassName
{
border-color: #653EDC;
}
.TagClassName
{
border-color: #653EDC;
}
</style>