Shades of Slate Blue #656CDD
Tints of Slate Blue #656CDD
RGB
CMYK
RGB Variations
Color information
#656CDD (or 0x656CDD) is known color: Slate Blue. HEX triplet: 65, 6C and DD. RGB value is (101,108,221). Sum of RGB (Red+Green+Blue) = 101+108+221=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #656CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656CDD is #9A9322. Grayscale: #767676. Windows color (decimal): -10130211 or 14511205. OLE color: 14511205.
HSL color Cylindrical-coordinate representation of color #656CDD: hue angle of 236.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #656CDD is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 108 | 221 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.13 |
| HSL | 236.5º | 0.64% | 0.63% | - |
| HSV(B) | 236.5º | 0.54% | 0.87% | - |
| XYZ | 23.78 | 18.71 | 70.77 | - |
| YUV | 118.79 | 185.68 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 221 | 0.54 | 0.51 | 0 | 0.13 | 236.5 | 0.64 | 0.63 |
| Hex | 65 | 6C | DD | 36 | 33 | 0 | D | EC | 40 | 3F |
| Octal | 145 | 154 | 335 | 66 | 63 | 0 | 15 | 354 | 100 | 77 |
| Binary | 1100101 | 1101100 | 11011101 | 110110 | 110011 | 0 | 1101 | 11101100 | 1000000 | 111111 |
Color Harmonies of #656CDD
Complementary color
Monochromatic Colors of #656CDD
Black with #656CDD
Text Example
Text Example
White with #656CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656CDD; }
p { color: rgb(101,108,221); }
H1.HeaderClassName
{
color: #656CDD;
}
.AnyTagClassName
{
color: #656CDD;
}
</style>
background-color css
<style>
a { background-color: #656CDD; }
a { background-color: rgb(101,108,221); }
div.DivClassName
{
background-color: #656CDD;
}
.BgClassName
{
background-color: #656CDD;
}
</style>
border-color css
<style>
span { border-color: #656CDD; }
span { border-color: rgb(101,108,221); }
td.TdClassName
{
border-color: #656CDD;
}
.TagClassName
{
border-color: #656CDD;
}
</style>