Shades of Slate Blue #656DD6
Tints of Slate Blue #656DD6
RGB
CMYK
RGB Variations
Color information
#656DD6 (or 0x656DD6) is known color: Slate Blue. HEX triplet: 65, 6D and D6. RGB value is (101,109,214). Sum of RGB (Red+Green+Blue) = 101+109+214=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #656DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DD6 is #9A9229. Grayscale: #767676. Windows color (decimal): -10129962 or 14052709. OLE color: 14052709.
HSL color Cylindrical-coordinate representation of color #656DD6: hue angle of 235.75º degrees, saturation: 0.58, 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 #656DD6 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 109 | 214 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.16 |
| HSL | 235.75º | 0.58% | 0.62% | - |
| HSV(B) | 235.75º | 0.53% | 0.84% | - |
| XYZ | 22.97 | 18.56 | 65.99 | - |
| YUV | 118.58 | 181.85 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 214 | 0.53 | 0.49 | 0 | 0.16 | 235.75 | 0.58 | 0.62 |
| Hex | 65 | 6D | D6 | 35 | 31 | 0 | 10 | EC | 3A | 3E |
| Octal | 145 | 155 | 326 | 65 | 61 | 0 | 20 | 354 | 72 | 76 |
| Binary | 1100101 | 1101101 | 11010110 | 110101 | 110001 | 0 | 10000 | 11101100 | 111010 | 111110 |
Color Harmonies of #656DD6
Complementary color
Monochromatic Colors of #656DD6
Black with #656DD6
Text Example
Text Example
White with #656DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DD6; }
p { color: rgb(101,109,214); }
H1.HeaderClassName
{
color: #656DD6;
}
.AnyTagClassName
{
color: #656DD6;
}
</style>
background-color css
<style>
a { background-color: #656DD6; }
a { background-color: rgb(101,109,214); }
div.DivClassName
{
background-color: #656DD6;
}
.BgClassName
{
background-color: #656DD6;
}
</style>
border-color css
<style>
span { border-color: #656DD6; }
span { border-color: rgb(101,109,214); }
td.TdClassName
{
border-color: #656DD6;
}
.TagClassName
{
border-color: #656DD6;
}
</style>