Shades of Slate Blue #656BD0
Tints of Slate Blue #656BD0
RGB
CMYK
RGB Variations
Color information
#656BD0 (or 0x656BD0) is known color: Slate Blue. HEX triplet: 65, 6B and D0. RGB value is (101,107,208). Sum of RGB (Red+Green+Blue) = 101+107+208=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #656BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656BD0 is #9A942F. Grayscale: #747474. Windows color (decimal): -10130480 or 13658981. OLE color: 13658981.
HSL color Cylindrical-coordinate representation of color #656BD0: hue angle of 236.64º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #656BD0 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 107 | 208 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.18 |
| HSL | 236.64º | 0.53% | 0.61% | - |
| HSV(B) | 236.64º | 0.51% | 0.82% | - |
| XYZ | 22.01 | 17.84 | 61.96 | - |
| YUV | 116.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 208 | 0.51 | 0.49 | 0 | 0.18 | 236.64 | 0.53 | 0.61 |
| Hex | 65 | 6B | D0 | 33 | 31 | 0 | 12 | ED | 35 | 3D |
| Octal | 145 | 153 | 320 | 63 | 61 | 0 | 22 | 355 | 65 | 75 |
| Binary | 1100101 | 1101011 | 11010000 | 110011 | 110001 | 0 | 10010 | 11101101 | 110101 | 111101 |
Color Harmonies of #656BD0
Complementary color
Monochromatic Colors of #656BD0
Black with #656BD0
Text Example
Text Example
White with #656BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BD0; }
p { color: rgb(101,107,208); }
H1.HeaderClassName
{
color: #656BD0;
}
.AnyTagClassName
{
color: #656BD0;
}
</style>
background-color css
<style>
a { background-color: #656BD0; }
a { background-color: rgb(101,107,208); }
div.DivClassName
{
background-color: #656BD0;
}
.BgClassName
{
background-color: #656BD0;
}
</style>
border-color css
<style>
span { border-color: #656BD0; }
span { border-color: rgb(101,107,208); }
td.TdClassName
{
border-color: #656BD0;
}
.TagClassName
{
border-color: #656BD0;
}
</style>