Shades of Slate Blue #655ADE
Tints of Slate Blue #655ADE
RGB
CMYK
RGB Variations
Color information
#655ADE (or 0x655ADE) is known color: Slate Blue. HEX triplet: 65, 5A and DE. RGB value is (101,90,222). Sum of RGB (Red+Green+Blue) = 101+90+222=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #655ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ADE is #9AA521. Grayscale: #6B6B6B. Windows color (decimal): -10134818 or 14572133. OLE color: 14572133.
HSL color Cylindrical-coordinate representation of color #655ADE: hue angle of 245º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #655ADE is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 90 | 222 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.13 |
| HSL | 245º | 0.67% | 0.61% | - |
| HSV(B) | 245º | 0.59% | 0.87% | - |
| XYZ | 22.21 | 15.35 | 70.9 | - |
| YUV | 108.34 | 192.14 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 222 | 0.55 | 0.59 | 0 | 0.13 | 245 | 0.67 | 0.61 |
| Hex | 65 | 5A | DE | 37 | 3B | 0 | D | F5 | 43 | 3D |
| Octal | 145 | 132 | 336 | 67 | 73 | 0 | 15 | 365 | 103 | 75 |
| Binary | 1100101 | 1011010 | 11011110 | 110111 | 111011 | 0 | 1101 | 11110101 | 1000011 | 111101 |
Color Harmonies of #655ADE
Complementary color
Monochromatic Colors of #655ADE
Black with #655ADE
Text Example
Text Example
White with #655ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655ADE; }
p { color: rgb(101,90,222); }
H1.HeaderClassName
{
color: #655ADE;
}
.AnyTagClassName
{
color: #655ADE;
}
</style>
background-color css
<style>
a { background-color: #655ADE; }
a { background-color: rgb(101,90,222); }
div.DivClassName
{
background-color: #655ADE;
}
.BgClassName
{
background-color: #655ADE;
}
</style>
border-color css
<style>
span { border-color: #655ADE; }
span { border-color: rgb(101,90,222); }
td.TdClassName
{
border-color: #655ADE;
}
.TagClassName
{
border-color: #655ADE;
}
</style>