Shades of Slate Blue #656BD9
Tints of Slate Blue #656BD9
RGB
CMYK
RGB Variations
Color information
#656BD9 (or 0x656BD9) is known color: Slate Blue. HEX triplet: 65, 6B and D9. RGB value is (101,107,217). Sum of RGB (Red+Green+Blue) = 101+107+217=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 217 (85.16% from 255 or 51.06% from 425); Max value from RGB is 217 - color contains mainly: blue. Hex color #656BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BD9 is #9A9426. Grayscale: #757575. Windows color (decimal): -10130471 or 14248805. OLE color: 14248805.
HSL color Cylindrical-coordinate representation of color #656BD9: hue angle of 236.9º 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 #656BD9 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 107 | 217 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.15 |
| HSL | 236.9º | 0.6% | 0.62% | - |
| HSV(B) | 236.9º | 0.53% | 0.85% | - |
| XYZ | 23.15 | 18.29 | 67.96 | - |
| YUV | 117.75 | 184.01 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 217 | 0.53 | 0.51 | 0 | 0.15 | 236.9 | 0.6 | 0.62 |
| Hex | 65 | 6B | D9 | 35 | 33 | 0 | F | ED | 3C | 3E |
| Octal | 145 | 153 | 331 | 65 | 63 | 0 | 17 | 355 | 74 | 76 |
| Binary | 1100101 | 1101011 | 11011001 | 110101 | 110011 | 0 | 1111 | 11101101 | 111100 | 111110 |
Color Harmonies of #656BD9
Complementary color
Monochromatic Colors of #656BD9
Black with #656BD9
Text Example
Text Example
White with #656BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BD9; }
p { color: rgb(101,107,217); }
H1.HeaderClassName
{
color: #656BD9;
}
.AnyTagClassName
{
color: #656BD9;
}
</style>
background-color css
<style>
a { background-color: #656BD9; }
a { background-color: rgb(101,107,217); }
div.DivClassName
{
background-color: #656BD9;
}
.BgClassName
{
background-color: #656BD9;
}
</style>
border-color css
<style>
span { border-color: #656BD9; }
span { border-color: rgb(101,107,217); }
td.TdClassName
{
border-color: #656BD9;
}
.TagClassName
{
border-color: #656BD9;
}
</style>