Shades of Slate Blue #656DD5
Tints of Slate Blue #656DD5
RGB
CMYK
RGB Variations
Color information
#656DD5 (or 0x656DD5) is known color: Slate Blue. HEX triplet: 65, 6D and D5. RGB value is (101,109,213). Sum of RGB (Red+Green+Blue) = 101+109+213=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #656DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DD5 is #9A922A. Grayscale: #767676. Windows color (decimal): -10129963 or 13987173. OLE color: 13987173.
HSL color Cylindrical-coordinate representation of color #656DD5: hue angle of 235.71º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #656DD5 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 109 | 213 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.16 |
| HSL | 235.71º | 0.57% | 0.62% | - |
| HSV(B) | 235.71º | 0.53% | 0.84% | - |
| XYZ | 22.85 | 18.51 | 65.32 | - |
| YUV | 118.46 | 181.35 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 213 | 0.53 | 0.49 | 0 | 0.16 | 235.71 | 0.57 | 0.62 |
| Hex | 65 | 6D | D5 | 35 | 31 | 0 | 10 | EC | 39 | 3E |
| Octal | 145 | 155 | 325 | 65 | 61 | 0 | 20 | 354 | 71 | 76 |
| Binary | 1100101 | 1101101 | 11010101 | 110101 | 110001 | 0 | 10000 | 11101100 | 111001 | 111110 |
Color Harmonies of #656DD5
Complementary color
Monochromatic Colors of #656DD5
Black with #656DD5
Text Example
Text Example
White with #656DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DD5; }
p { color: rgb(101,109,213); }
H1.HeaderClassName
{
color: #656DD5;
}
.AnyTagClassName
{
color: #656DD5;
}
</style>
background-color css
<style>
a { background-color: #656DD5; }
a { background-color: rgb(101,109,213); }
div.DivClassName
{
background-color: #656DD5;
}
.BgClassName
{
background-color: #656DD5;
}
</style>
border-color css
<style>
span { border-color: #656DD5; }
span { border-color: rgb(101,109,213); }
td.TdClassName
{
border-color: #656DD5;
}
.TagClassName
{
border-color: #656DD5;
}
</style>