Shades of Slate Blue #655CDD
Tints of Slate Blue #655CDD
RGB
CMYK
RGB Variations
Color information
#655CDD (or 0x655CDD) is known color: Slate Blue. HEX triplet: 65, 5C and DD. RGB value is (101,92,221). Sum of RGB (Red+Green+Blue) = 101+92+221=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #655CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CDD is #9AA322. Grayscale: #6C6C6C. Windows color (decimal): -10134307 or 14507109. OLE color: 14507109.
HSL color Cylindrical-coordinate representation of color #655CDD: hue angle of 244.19º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #655CDD is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 92 | 221 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.13 |
| HSL | 244.19º | 0.65% | 0.61% | - |
| HSV(B) | 244.19º | 0.58% | 0.87% | - |
| XYZ | 22.25 | 15.64 | 70.25 | - |
| YUV | 109.4 | 190.98 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 221 | 0.54 | 0.58 | 0 | 0.13 | 244.19 | 0.65 | 0.61 |
| Hex | 65 | 5C | DD | 36 | 3A | 0 | D | F4 | 41 | 3D |
| Octal | 145 | 134 | 335 | 66 | 72 | 0 | 15 | 364 | 101 | 75 |
| Binary | 1100101 | 1011100 | 11011101 | 110110 | 111010 | 0 | 1101 | 11110100 | 1000001 | 111101 |
Color Harmonies of #655CDD
Complementary color
Monochromatic Colors of #655CDD
Black with #655CDD
Text Example
Text Example
White with #655CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CDD; }
p { color: rgb(101,92,221); }
H1.HeaderClassName
{
color: #655CDD;
}
.AnyTagClassName
{
color: #655CDD;
}
</style>
background-color css
<style>
a { background-color: #655CDD; }
a { background-color: rgb(101,92,221); }
div.DivClassName
{
background-color: #655CDD;
}
.BgClassName
{
background-color: #655CDD;
}
</style>
border-color css
<style>
span { border-color: #655CDD; }
span { border-color: rgb(101,92,221); }
td.TdClassName
{
border-color: #655CDD;
}
.TagClassName
{
border-color: #655CDD;
}
</style>