Shades of Slate Blue #655ADA
Tints of Slate Blue #655ADA
RGB
CMYK
RGB Variations
Color information
#655ADA (or 0x655ADA) is known color: Slate Blue. HEX triplet: 65, 5A and DA. RGB value is (101,90,218). Sum of RGB (Red+Green+Blue) = 101+90+218=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #655ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ADA is #9AA525. Grayscale: #6B6B6B. Windows color (decimal): -10134822 or 14309989. OLE color: 14309989.
HSL color Cylindrical-coordinate representation of color #655ADA: hue angle of 245.16º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #655ADA is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 90 | 218 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.15 |
| HSL | 245.16º | 0.63% | 0.6% | - |
| HSV(B) | 245.16º | 0.59% | 0.85% | - |
| XYZ | 21.68 | 15.14 | 68.11 | - |
| YUV | 107.88 | 190.14 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 218 | 0.54 | 0.59 | 0 | 0.15 | 245.16 | 0.63 | 0.6 |
| Hex | 65 | 5A | DA | 36 | 3B | 0 | F | F5 | 3F | 3C |
| Octal | 145 | 132 | 332 | 66 | 73 | 0 | 17 | 365 | 77 | 74 |
| Binary | 1100101 | 1011010 | 11011010 | 110110 | 111011 | 0 | 1111 | 11110101 | 111111 | 111100 |
Color Harmonies of #655ADA
Complementary color
Monochromatic Colors of #655ADA
Black with #655ADA
Text Example
Text Example
White with #655ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655ADA; }
p { color: rgb(101,90,218); }
H1.HeaderClassName
{
color: #655ADA;
}
.AnyTagClassName
{
color: #655ADA;
}
</style>
background-color css
<style>
a { background-color: #655ADA; }
a { background-color: rgb(101,90,218); }
div.DivClassName
{
background-color: #655ADA;
}
.BgClassName
{
background-color: #655ADA;
}
</style>
border-color css
<style>
span { border-color: #655ADA; }
span { border-color: rgb(101,90,218); }
td.TdClassName
{
border-color: #655ADA;
}
.TagClassName
{
border-color: #655ADA;
}
</style>