Shades of Slate Blue #655ECD
Tints of Slate Blue #655ECD
RGB
CMYK
RGB Variations
Color information
#655ECD (or 0x655ECD) is known color: Slate Blue. HEX triplet: 65, 5E and CD. RGB value is (101,94,205). Sum of RGB (Red+Green+Blue) = 101+94+205=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #655ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ECD is #9AA132. Grayscale: #6C6C6C. Windows color (decimal): -10133811 or 13459045. OLE color: 13459045.
HSL color Cylindrical-coordinate representation of color #655ECD: hue angle of 243.78º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #655ECD is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 94 | 205 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.20 |
| HSL | 243.78º | 0.53% | 0.59% | - |
| HSV(B) | 243.78º | 0.54% | 0.8% | - |
| XYZ | 20.39 | 15.18 | 59.61 | - |
| YUV | 108.75 | 182.32 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 205 | 0.51 | 0.54 | 0 | 0.20 | 243.78 | 0.53 | 0.59 |
| Hex | 65 | 5E | CD | 33 | 36 | 0 | 14 | F4 | 35 | 3B |
| Octal | 145 | 136 | 315 | 63 | 66 | 0 | 24 | 364 | 65 | 73 |
| Binary | 1100101 | 1011110 | 11001101 | 110011 | 110110 | 0 | 10100 | 11110100 | 110101 | 111011 |
Color Harmonies of #655ECD
Complementary color
Monochromatic Colors of #655ECD
Black with #655ECD
Text Example
Text Example
White with #655ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655ECD; }
p { color: rgb(101,94,205); }
H1.HeaderClassName
{
color: #655ECD;
}
.AnyTagClassName
{
color: #655ECD;
}
</style>
background-color css
<style>
a { background-color: #655ECD; }
a { background-color: rgb(101,94,205); }
div.DivClassName
{
background-color: #655ECD;
}
.BgClassName
{
background-color: #655ECD;
}
</style>
border-color css
<style>
span { border-color: #655ECD; }
span { border-color: rgb(101,94,205); }
td.TdClassName
{
border-color: #655ECD;
}
.TagClassName
{
border-color: #655ECD;
}
</style>