Shades of Slate Blue #656BDA
Tints of Slate Blue #656BDA
RGB
CMYK
RGB Variations
Color information
#656BDA (or 0x656BDA) is known color: Slate Blue. HEX triplet: 65, 6B and DA. RGB value is (101,107,218). Sum of RGB (Red+Green+Blue) = 101+107+218=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #656BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BDA is #9A9425. Grayscale: #757575. Windows color (decimal): -10130470 or 14314341. OLE color: 14314341.
HSL color Cylindrical-coordinate representation of color #656BDA: hue angle of 236.92º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #656BDA is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 107 | 218 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.15 |
| HSL | 236.92º | 0.61% | 0.63% | - |
| HSV(B) | 236.92º | 0.54% | 0.85% | - |
| XYZ | 23.28 | 18.34 | 68.64 | - |
| YUV | 117.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 218 | 0.54 | 0.51 | 0 | 0.15 | 236.92 | 0.61 | 0.63 |
| Hex | 65 | 6B | DA | 36 | 33 | 0 | F | ED | 3D | 3F |
| Octal | 145 | 153 | 332 | 66 | 63 | 0 | 17 | 355 | 75 | 77 |
| Binary | 1100101 | 1101011 | 11011010 | 110110 | 110011 | 0 | 1111 | 11101101 | 111101 | 111111 |
Color Harmonies of #656BDA
Complementary color
Monochromatic Colors of #656BDA
Black with #656BDA
Text Example
Text Example
White with #656BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BDA; }
p { color: rgb(101,107,218); }
H1.HeaderClassName
{
color: #656BDA;
}
.AnyTagClassName
{
color: #656BDA;
}
</style>
background-color css
<style>
a { background-color: #656BDA; }
a { background-color: rgb(101,107,218); }
div.DivClassName
{
background-color: #656BDA;
}
.BgClassName
{
background-color: #656BDA;
}
</style>
border-color css
<style>
span { border-color: #656BDA; }
span { border-color: rgb(101,107,218); }
td.TdClassName
{
border-color: #656BDA;
}
.TagClassName
{
border-color: #656BDA;
}
</style>