Shades of Slate Blue #6551D0
Tints of Slate Blue #6551D0
RGB
CMYK
RGB Variations
Color information
#6551D0 (or 0x6551D0) is known color: Slate Blue. HEX triplet: 65, 51 and D0. RGB value is (101,81,208). Sum of RGB (Red+Green+Blue) = 101+81+208=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #6551D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6551D0 is #9AAE2F. Grayscale: #646464. Windows color (decimal): -10137136 or 13652325. OLE color: 13652325.
HSL color Cylindrical-coordinate representation of color #6551D0: hue angle of 249.45º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6551D0 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 81 | 208 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.18 |
| HSL | 249.45º | 0.57% | 0.57% | - |
| HSV(B) | 249.45º | 0.61% | 0.82% | - |
| XYZ | 19.69 | 13.21 | 61.19 | - |
| YUV | 101.46 | 188.13 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 208 | 0.51 | 0.61 | 0 | 0.18 | 249.45 | 0.57 | 0.57 |
| Hex | 65 | 51 | D0 | 33 | 3D | 0 | 12 | F9 | 39 | 39 |
| Octal | 145 | 121 | 320 | 63 | 75 | 0 | 22 | 371 | 71 | 71 |
| Binary | 1100101 | 1010001 | 11010000 | 110011 | 111101 | 0 | 10010 | 11111001 | 111001 | 111001 |
Color Harmonies of #6551D0
Complementary color
Monochromatic Colors of #6551D0
Black with #6551D0
Text Example
Text Example
White with #6551D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6551D0; }
p { color: rgb(101,81,208); }
H1.HeaderClassName
{
color: #6551D0;
}
.AnyTagClassName
{
color: #6551D0;
}
</style>
background-color css
<style>
a { background-color: #6551D0; }
a { background-color: rgb(101,81,208); }
div.DivClassName
{
background-color: #6551D0;
}
.BgClassName
{
background-color: #6551D0;
}
</style>
border-color css
<style>
span { border-color: #6551D0; }
span { border-color: rgb(101,81,208); }
td.TdClassName
{
border-color: #6551D0;
}
.TagClassName
{
border-color: #6551D0;
}
</style>