Shades of Slate Blue #655ECF
Tints of Slate Blue #655ECF
RGB
CMYK
RGB Variations
Color information
#655ECF (or 0x655ECF) is known color: Slate Blue. HEX triplet: 65, 5E and CF. RGB value is (101,94,207). Sum of RGB (Red+Green+Blue) = 101+94+207=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #655ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ECF is #9AA130. Grayscale: #6C6C6C. Windows color (decimal): -10133809 or 13590117. OLE color: 13590117.
HSL color Cylindrical-coordinate representation of color #655ECF: hue angle of 243.72º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #655ECF is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 94 | 207 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.19 |
| HSL | 243.72º | 0.54% | 0.59% | - |
| HSV(B) | 243.72º | 0.55% | 0.81% | - |
| XYZ | 20.63 | 15.28 | 60.89 | - |
| YUV | 108.98 | 183.32 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 207 | 0.51 | 0.55 | 0 | 0.19 | 243.72 | 0.54 | 0.59 |
| Hex | 65 | 5E | CF | 33 | 37 | 0 | 13 | F4 | 36 | 3B |
| Octal | 145 | 136 | 317 | 63 | 67 | 0 | 23 | 364 | 66 | 73 |
| Binary | 1100101 | 1011110 | 11001111 | 110011 | 110111 | 0 | 10011 | 11110100 | 110110 | 111011 |
Color Harmonies of #655ECF
Complementary color
Monochromatic Colors of #655ECF
Black with #655ECF
Text Example
Text Example
White with #655ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655ECF; }
p { color: rgb(101,94,207); }
H1.HeaderClassName
{
color: #655ECF;
}
.AnyTagClassName
{
color: #655ECF;
}
</style>
background-color css
<style>
a { background-color: #655ECF; }
a { background-color: rgb(101,94,207); }
div.DivClassName
{
background-color: #655ECF;
}
.BgClassName
{
background-color: #655ECF;
}
</style>
border-color css
<style>
span { border-color: #655ECF; }
span { border-color: rgb(101,94,207); }
td.TdClassName
{
border-color: #655ECF;
}
.TagClassName
{
border-color: #655ECF;
}
</style>