Shades of Slate Blue #655AD0
Tints of Slate Blue #655AD0
RGB
CMYK
RGB Variations
Color information
#655AD0 (or 0x655AD0) is known color: Slate Blue. HEX triplet: 65, 5A and D0. RGB value is (101,90,208). Sum of RGB (Red+Green+Blue) = 101+90+208=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #655AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655AD0 is #9AA52F. Grayscale: #6A6A6A. Windows color (decimal): -10134832 or 13654629. OLE color: 13654629.
HSL color Cylindrical-coordinate representation of color #655AD0: hue angle of 245.59º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #655AD0 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 90 | 208 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.18 |
| HSL | 245.59º | 0.56% | 0.58% | - |
| HSV(B) | 245.59º | 0.57% | 0.82% | - |
| XYZ | 20.41 | 14.63 | 61.42 | - |
| YUV | 106.74 | 185.14 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 208 | 0.51 | 0.57 | 0 | 0.18 | 245.59 | 0.56 | 0.58 |
| Hex | 65 | 5A | D0 | 33 | 39 | 0 | 12 | F6 | 38 | 3A |
| Octal | 145 | 132 | 320 | 63 | 71 | 0 | 22 | 366 | 70 | 72 |
| Binary | 1100101 | 1011010 | 11010000 | 110011 | 111001 | 0 | 10010 | 11110110 | 111000 | 111010 |
Color Harmonies of #655AD0
Complementary color
Monochromatic Colors of #655AD0
Black with #655AD0
Text Example
Text Example
White with #655AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655AD0; }
p { color: rgb(101,90,208); }
H1.HeaderClassName
{
color: #655AD0;
}
.AnyTagClassName
{
color: #655AD0;
}
</style>
background-color css
<style>
a { background-color: #655AD0; }
a { background-color: rgb(101,90,208); }
div.DivClassName
{
background-color: #655AD0;
}
.BgClassName
{
background-color: #655AD0;
}
</style>
border-color css
<style>
span { border-color: #655AD0; }
span { border-color: rgb(101,90,208); }
td.TdClassName
{
border-color: #655AD0;
}
.TagClassName
{
border-color: #655AD0;
}
</style>