Shades of Slate Blue #655AD3
Tints of Slate Blue #655AD3
RGB
CMYK
RGB Variations
Color information
#655AD3 (or 0x655AD3) is known color: Slate Blue. HEX triplet: 65, 5A and D3. RGB value is (101,90,211). Sum of RGB (Red+Green+Blue) = 101+90+211=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 211 (82.81% from 255 or 52.49% from 402); Max value from RGB is 211 - color contains mainly: blue. Hex color #655AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655AD3 is #9AA52C. Grayscale: #6A6A6A. Windows color (decimal): -10134829 or 13851237. OLE color: 13851237.
HSL color Cylindrical-coordinate representation of color #655AD3: hue angle of 245.45º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #655AD3 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 90 | 211 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.17 |
| HSL | 245.45º | 0.58% | 0.59% | - |
| HSV(B) | 245.45º | 0.57% | 0.83% | - |
| XYZ | 20.78 | 14.78 | 63.39 | - |
| YUV | 107.08 | 186.64 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 211 | 0.52 | 0.57 | 0 | 0.17 | 245.45 | 0.58 | 0.59 |
| Hex | 65 | 5A | D3 | 34 | 39 | 0 | 11 | F5 | 3A | 3B |
| Octal | 145 | 132 | 323 | 64 | 71 | 0 | 21 | 365 | 72 | 73 |
| Binary | 1100101 | 1011010 | 11010011 | 110100 | 111001 | 0 | 10001 | 11110101 | 111010 | 111011 |
Color Harmonies of #655AD3
Complementary color
Monochromatic Colors of #655AD3
Black with #655AD3
Text Example
Text Example
White with #655AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655AD3; }
p { color: rgb(101,90,211); }
H1.HeaderClassName
{
color: #655AD3;
}
.AnyTagClassName
{
color: #655AD3;
}
</style>
background-color css
<style>
a { background-color: #655AD3; }
a { background-color: rgb(101,90,211); }
div.DivClassName
{
background-color: #655AD3;
}
.BgClassName
{
background-color: #655AD3;
}
</style>
border-color css
<style>
span { border-color: #655AD3; }
span { border-color: rgb(101,90,211); }
td.TdClassName
{
border-color: #655AD3;
}
.TagClassName
{
border-color: #655AD3;
}
</style>