Shades of Slate Blue #655BDE
Tints of Slate Blue #655BDE
RGB
CMYK
RGB Variations
Color information
#655BDE (or 0x655BDE) is known color: Slate Blue. HEX triplet: 65, 5B and DE. RGB value is (101,91,222). Sum of RGB (Red+Green+Blue) = 101+91+222=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #655BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BDE is #9AA421. Grayscale: #6C6C6C. Windows color (decimal): -10134562 or 14572389. OLE color: 14572389.
HSL color Cylindrical-coordinate representation of color #655BDE: hue angle of 244.58º degrees, saturation: 0.66, 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 #655BDE is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 91 | 222 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.13 |
| HSL | 244.58º | 0.66% | 0.61% | - |
| HSV(B) | 244.58º | 0.59% | 0.87% | - |
| XYZ | 22.29 | 15.52 | 70.93 | - |
| YUV | 108.92 | 191.81 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 222 | 0.55 | 0.59 | 0 | 0.13 | 244.58 | 0.66 | 0.61 |
| Hex | 65 | 5B | DE | 37 | 3B | 0 | D | F5 | 42 | 3D |
| Octal | 145 | 133 | 336 | 67 | 73 | 0 | 15 | 365 | 102 | 75 |
| Binary | 1100101 | 1011011 | 11011110 | 110111 | 111011 | 0 | 1101 | 11110101 | 1000010 | 111101 |
Color Harmonies of #655BDE
Complementary color
Monochromatic Colors of #655BDE
Black with #655BDE
Text Example
Text Example
White with #655BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655BDE; }
p { color: rgb(101,91,222); }
H1.HeaderClassName
{
color: #655BDE;
}
.AnyTagClassName
{
color: #655BDE;
}
</style>
background-color css
<style>
a { background-color: #655BDE; }
a { background-color: rgb(101,91,222); }
div.DivClassName
{
background-color: #655BDE;
}
.BgClassName
{
background-color: #655BDE;
}
</style>
border-color css
<style>
span { border-color: #655BDE; }
span { border-color: rgb(101,91,222); }
td.TdClassName
{
border-color: #655BDE;
}
.TagClassName
{
border-color: #655BDE;
}
</style>