Shades of Slate Blue #655ED6
Tints of Slate Blue #655ED6
RGB
CMYK
RGB Variations
Color information
#655ED6 (or 0x655ED6) is known color: Slate Blue. HEX triplet: 65, 5E and D6. RGB value is (101,94,214). Sum of RGB (Red+Green+Blue) = 101+94+214=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #655ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ED6 is #9AA129. Grayscale: #6D6D6D. Windows color (decimal): -10133802 or 14048869. OLE color: 14048869.
HSL color Cylindrical-coordinate representation of color #655ED6: hue angle of 243.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #655ED6 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 94 | 214 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.16 |
| HSL | 243.5º | 0.59% | 0.6% | - |
| HSV(B) | 243.5º | 0.56% | 0.84% | - |
| XYZ | 21.51 | 15.63 | 65.5 | - |
| YUV | 109.77 | 186.82 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 214 | 0.53 | 0.56 | 0 | 0.16 | 243.5 | 0.59 | 0.6 |
| Hex | 65 | 5E | D6 | 35 | 38 | 0 | 10 | F4 | 3B | 3C |
| Octal | 145 | 136 | 326 | 65 | 70 | 0 | 20 | 364 | 73 | 74 |
| Binary | 1100101 | 1011110 | 11010110 | 110101 | 111000 | 0 | 10000 | 11110100 | 111011 | 111100 |
Color Harmonies of #655ED6
Complementary color
Monochromatic Colors of #655ED6
Black with #655ED6
Text Example
Text Example
White with #655ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655ED6; }
p { color: rgb(101,94,214); }
H1.HeaderClassName
{
color: #655ED6;
}
.AnyTagClassName
{
color: #655ED6;
}
</style>
background-color css
<style>
a { background-color: #655ED6; }
a { background-color: rgb(101,94,214); }
div.DivClassName
{
background-color: #655ED6;
}
.BgClassName
{
background-color: #655ED6;
}
</style>
border-color css
<style>
span { border-color: #655ED6; }
span { border-color: rgb(101,94,214); }
td.TdClassName
{
border-color: #655ED6;
}
.TagClassName
{
border-color: #655ED6;
}
</style>