Shades of Slate Blue #6551DD
Tints of Slate Blue #6551DD
RGB
CMYK
RGB Variations
Color information
#6551DD (or 0x6551DD) is known color: Slate Blue. HEX triplet: 65, 51 and DD. RGB value is (101,81,221). Sum of RGB (Red+Green+Blue) = 101+81+221=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #6551DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6551DD is #9AAE22. Grayscale: #666666. Windows color (decimal): -10137123 or 14504293. OLE color: 14504293.
HSL color Cylindrical-coordinate representation of color #6551DD: hue angle of 248.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6551DD is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 81 | 221 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.13 |
| HSL | 248.57º | 0.67% | 0.59% | - |
| HSV(B) | 248.57º | 0.63% | 0.87% | - |
| XYZ | 21.36 | 13.87 | 69.96 | - |
| YUV | 102.94 | 194.63 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 221 | 0.54 | 0.63 | 0 | 0.13 | 248.57 | 0.67 | 0.59 |
| Hex | 65 | 51 | DD | 36 | 3F | 0 | D | F9 | 43 | 3B |
| Octal | 145 | 121 | 335 | 66 | 77 | 0 | 15 | 371 | 103 | 73 |
| Binary | 1100101 | 1010001 | 11011101 | 110110 | 111111 | 0 | 1101 | 11111001 | 1000011 | 111011 |
Color Harmonies of #6551DD
Complementary color
Monochromatic Colors of #6551DD
Black with #6551DD
Text Example
Text Example
White with #6551DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6551DD; }
p { color: rgb(101,81,221); }
H1.HeaderClassName
{
color: #6551DD;
}
.AnyTagClassName
{
color: #6551DD;
}
</style>
background-color css
<style>
a { background-color: #6551DD; }
a { background-color: rgb(101,81,221); }
div.DivClassName
{
background-color: #6551DD;
}
.BgClassName
{
background-color: #6551DD;
}
</style>
border-color css
<style>
span { border-color: #6551DD; }
span { border-color: rgb(101,81,221); }
td.TdClassName
{
border-color: #6551DD;
}
.TagClassName
{
border-color: #6551DD;
}
</style>