Shades of Slate Blue #655DDA
Tints of Slate Blue #655DDA
RGB
CMYK
RGB Variations
Color information
#655DDA (or 0x655DDA) is known color: Slate Blue. HEX triplet: 65, 5D and DA. RGB value is (101,93,218). Sum of RGB (Red+Green+Blue) = 101+93+218=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #655DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DDA is #9AA225. Grayscale: #6D6D6D. Windows color (decimal): -10134054 or 14310757. OLE color: 14310757.
HSL color Cylindrical-coordinate representation of color #655DDA: hue angle of 243.84º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #655DDA is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 93 | 218 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.15 |
| HSL | 243.84º | 0.63% | 0.61% | - |
| HSV(B) | 243.84º | 0.57% | 0.85% | - |
| XYZ | 21.94 | 15.66 | 68.2 | - |
| YUV | 109.64 | 189.15 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 218 | 0.54 | 0.57 | 0 | 0.15 | 243.84 | 0.63 | 0.61 |
| Hex | 65 | 5D | DA | 36 | 39 | 0 | F | F4 | 3F | 3D |
| Octal | 145 | 135 | 332 | 66 | 71 | 0 | 17 | 364 | 77 | 75 |
| Binary | 1100101 | 1011101 | 11011010 | 110110 | 111001 | 0 | 1111 | 11110100 | 111111 | 111101 |
Color Harmonies of #655DDA
Complementary color
Monochromatic Colors of #655DDA
Black with #655DDA
Text Example
Text Example
White with #655DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655DDA; }
p { color: rgb(101,93,218); }
H1.HeaderClassName
{
color: #655DDA;
}
.AnyTagClassName
{
color: #655DDA;
}
</style>
background-color css
<style>
a { background-color: #655DDA; }
a { background-color: rgb(101,93,218); }
div.DivClassName
{
background-color: #655DDA;
}
.BgClassName
{
background-color: #655DDA;
}
</style>
border-color css
<style>
span { border-color: #655DDA; }
span { border-color: rgb(101,93,218); }
td.TdClassName
{
border-color: #655DDA;
}
.TagClassName
{
border-color: #655DDA;
}
</style>