Shades of Slate Blue #656AD9
Tints of Slate Blue #656AD9
RGB
CMYK
RGB Variations
Color information
#656AD9 (or 0x656AD9) is known color: Slate Blue. HEX triplet: 65, 6A and D9. RGB value is (101,106,217). Sum of RGB (Red+Green+Blue) = 101+106+217=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #656AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656AD9 is #9A9526. Grayscale: #747474. Windows color (decimal): -10130727 or 14248549. OLE color: 14248549.
HSL color Cylindrical-coordinate representation of color #656AD9: hue angle of 237.41º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #656AD9 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 106 | 217 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.15 |
| HSL | 237.41º | 0.6% | 0.62% | - |
| HSV(B) | 237.41º | 0.53% | 0.85% | - |
| XYZ | 23.05 | 18.08 | 67.92 | - |
| YUV | 117.16 | 184.34 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 217 | 0.53 | 0.51 | 0 | 0.15 | 237.41 | 0.6 | 0.62 |
| Hex | 65 | 6A | D9 | 35 | 33 | 0 | F | ED | 3C | 3E |
| Octal | 145 | 152 | 331 | 65 | 63 | 0 | 17 | 355 | 74 | 76 |
| Binary | 1100101 | 1101010 | 11011001 | 110101 | 110011 | 0 | 1111 | 11101101 | 111100 | 111110 |
Color Harmonies of #656AD9
Complementary color
Monochromatic Colors of #656AD9
Black with #656AD9
Text Example
Text Example
White with #656AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656AD9; }
p { color: rgb(101,106,217); }
H1.HeaderClassName
{
color: #656AD9;
}
.AnyTagClassName
{
color: #656AD9;
}
</style>
background-color css
<style>
a { background-color: #656AD9; }
a { background-color: rgb(101,106,217); }
div.DivClassName
{
background-color: #656AD9;
}
.BgClassName
{
background-color: #656AD9;
}
</style>
border-color css
<style>
span { border-color: #656AD9; }
span { border-color: rgb(101,106,217); }
td.TdClassName
{
border-color: #656AD9;
}
.TagClassName
{
border-color: #656AD9;
}
</style>