Shades of Slate Blue #655AD6
Tints of Slate Blue #655AD6
RGB
CMYK
RGB Variations
Color information
#655AD6 (or 0x655AD6) is known color: Slate Blue. HEX triplet: 65, 5A and D6. RGB value is (101,90,214). Sum of RGB (Red+Green+Blue) = 101+90+214=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #655AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655AD6 is #9AA529. Grayscale: #6A6A6A. Windows color (decimal): -10134826 or 14047845. OLE color: 14047845.
HSL color Cylindrical-coordinate representation of color #655AD6: hue angle of 245.32º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #655AD6 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 90 | 214 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.16 |
| HSL | 245.32º | 0.6% | 0.6% | - |
| HSV(B) | 245.32º | 0.58% | 0.84% | - |
| XYZ | 21.16 | 14.93 | 65.39 | - |
| YUV | 107.43 | 188.14 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 214 | 0.53 | 0.58 | 0 | 0.16 | 245.32 | 0.6 | 0.6 |
| Hex | 65 | 5A | D6 | 35 | 3A | 0 | 10 | F5 | 3C | 3C |
| Octal | 145 | 132 | 326 | 65 | 72 | 0 | 20 | 365 | 74 | 74 |
| Binary | 1100101 | 1011010 | 11010110 | 110101 | 111010 | 0 | 10000 | 11110101 | 111100 | 111100 |
Color Harmonies of #655AD6
Complementary color
Monochromatic Colors of #655AD6
Black with #655AD6
Text Example
Text Example
White with #655AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655AD6; }
p { color: rgb(101,90,214); }
H1.HeaderClassName
{
color: #655AD6;
}
.AnyTagClassName
{
color: #655AD6;
}
</style>
background-color css
<style>
a { background-color: #655AD6; }
a { background-color: rgb(101,90,214); }
div.DivClassName
{
background-color: #655AD6;
}
.BgClassName
{
background-color: #655AD6;
}
</style>
border-color css
<style>
span { border-color: #655AD6; }
span { border-color: rgb(101,90,214); }
td.TdClassName
{
border-color: #655AD6;
}
.TagClassName
{
border-color: #655AD6;
}
</style>