Shades of Slate Blue #655BDD
Tints of Slate Blue #655BDD
RGB
CMYK
RGB Variations
Color information
#655BDD (or 0x655BDD) is known color: Slate Blue. HEX triplet: 65, 5B and DD. RGB value is (101,91,221). Sum of RGB (Red+Green+Blue) = 101+91+221=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #655BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BDD is #9AA422. Grayscale: #6C6C6C. Windows color (decimal): -10134563 or 14506853. OLE color: 14506853.
HSL color Cylindrical-coordinate representation of color #655BDD: hue angle of 244.62º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #655BDD is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 91 | 221 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.13 |
| HSL | 244.62º | 0.66% | 0.61% | - |
| HSV(B) | 244.62º | 0.59% | 0.87% | - |
| XYZ | 22.16 | 15.47 | 70.22 | - |
| YUV | 108.81 | 191.31 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 221 | 0.54 | 0.59 | 0 | 0.13 | 244.62 | 0.66 | 0.61 |
| Hex | 65 | 5B | DD | 36 | 3B | 0 | D | F5 | 42 | 3D |
| Octal | 145 | 133 | 335 | 66 | 73 | 0 | 15 | 365 | 102 | 75 |
| Binary | 1100101 | 1011011 | 11011101 | 110110 | 111011 | 0 | 1101 | 11110101 | 1000010 | 111101 |
Color Harmonies of #655BDD
Complementary color
Monochromatic Colors of #655BDD
Black with #655BDD
Text Example
Text Example
White with #655BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655BDD; }
p { color: rgb(101,91,221); }
H1.HeaderClassName
{
color: #655BDD;
}
.AnyTagClassName
{
color: #655BDD;
}
</style>
background-color css
<style>
a { background-color: #655BDD; }
a { background-color: rgb(101,91,221); }
div.DivClassName
{
background-color: #655BDD;
}
.BgClassName
{
background-color: #655BDD;
}
</style>
border-color css
<style>
span { border-color: #655BDD; }
span { border-color: rgb(101,91,221); }
td.TdClassName
{
border-color: #655BDD;
}
.TagClassName
{
border-color: #655BDD;
}
</style>