Shades of Slate Blue #655ECE
Tints of Slate Blue #655ECE
RGB
CMYK
RGB Variations
Color information
#655ECE (or 0x655ECE) is known color: Slate Blue. HEX triplet: 65, 5E and CE. RGB value is (101,94,206). Sum of RGB (Red+Green+Blue) = 101+94+206=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #655ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ECE is #9AA131. Grayscale: #6C6C6C. Windows color (decimal): -10133810 or 13524581. OLE color: 13524581.
HSL color Cylindrical-coordinate representation of color #655ECE: hue angle of 243.75º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #655ECE is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 94 | 206 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.19 |
| HSL | 243.75º | 0.53% | 0.59% | - |
| HSV(B) | 243.75º | 0.54% | 0.81% | - |
| XYZ | 20.51 | 15.23 | 60.25 | - |
| YUV | 108.86 | 182.82 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 206 | 0.51 | 0.54 | 0 | 0.19 | 243.75 | 0.53 | 0.59 |
| Hex | 65 | 5E | CE | 33 | 36 | 0 | 13 | F4 | 35 | 3B |
| Octal | 145 | 136 | 316 | 63 | 66 | 0 | 23 | 364 | 65 | 73 |
| Binary | 1100101 | 1011110 | 11001110 | 110011 | 110110 | 0 | 10011 | 11110100 | 110101 | 111011 |
Color Harmonies of #655ECE
Complementary color
Monochromatic Colors of #655ECE
Black with #655ECE
Text Example
Text Example
White with #655ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655ECE; }
p { color: rgb(101,94,206); }
H1.HeaderClassName
{
color: #655ECE;
}
.AnyTagClassName
{
color: #655ECE;
}
</style>
background-color css
<style>
a { background-color: #655ECE; }
a { background-color: rgb(101,94,206); }
div.DivClassName
{
background-color: #655ECE;
}
.BgClassName
{
background-color: #655ECE;
}
</style>
border-color css
<style>
span { border-color: #655ECE; }
span { border-color: rgb(101,94,206); }
td.TdClassName
{
border-color: #655ECE;
}
.TagClassName
{
border-color: #655ECE;
}
</style>