Shades of Slate Blue #6550DD
Tints of Slate Blue #6550DD
RGB
CMYK
RGB Variations
Color information
#6550DD (or 0x6550DD) is known color: Slate Blue. HEX triplet: 65, 50 and DD. RGB value is (101,80,221). Sum of RGB (Red+Green+Blue) = 101+80+221=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #6550DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6550DD is #9AAF22. Grayscale: #656565. Windows color (decimal): -10137379 or 14504037. OLE color: 14504037.
HSL color Cylindrical-coordinate representation of color #6550DD: hue angle of 248.94º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6550DD is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 80 | 221 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.13 |
| HSL | 248.94º | 0.67% | 0.59% | - |
| HSV(B) | 248.94º | 0.64% | 0.87% | - |
| XYZ | 21.29 | 13.72 | 69.93 | - |
| YUV | 102.35 | 194.96 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 221 | 0.54 | 0.64 | 0 | 0.13 | 248.94 | 0.67 | 0.59 |
| Hex | 65 | 50 | DD | 36 | 40 | 0 | D | F9 | 43 | 3B |
| Octal | 145 | 120 | 335 | 66 | 100 | 0 | 15 | 371 | 103 | 73 |
| Binary | 1100101 | 1010000 | 11011101 | 110110 | 1000000 | 0 | 1101 | 11111001 | 1000011 | 111011 |
Color Harmonies of #6550DD
Complementary color
Monochromatic Colors of #6550DD
Black with #6550DD
Text Example
Text Example
White with #6550DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6550DD; }
p { color: rgb(101,80,221); }
H1.HeaderClassName
{
color: #6550DD;
}
.AnyTagClassName
{
color: #6550DD;
}
</style>
background-color css
<style>
a { background-color: #6550DD; }
a { background-color: rgb(101,80,221); }
div.DivClassName
{
background-color: #6550DD;
}
.BgClassName
{
background-color: #6550DD;
}
</style>
border-color css
<style>
span { border-color: #6550DD; }
span { border-color: rgb(101,80,221); }
td.TdClassName
{
border-color: #6550DD;
}
.TagClassName
{
border-color: #6550DD;
}
</style>