Shades of Slate Blue #6551E7
Tints of Slate Blue #6551E7
RGB
CMYK
RGB Variations
Color information
#6551E7 (or 0x6551E7) is known color: Slate Blue. HEX triplet: 65, 51 and E7. RGB value is (101,81,231). Sum of RGB (Red+Green+Blue) = 101+81+231=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 231 (90.62% from 255 or 55.93% from 413); Max value from RGB is 231 - color contains mainly: blue. Hex color #6551E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6551E7 is #9AAE18. Grayscale: #676767. Windows color (decimal): -10137113 or 15159653. OLE color: 15159653.
HSL color Cylindrical-coordinate representation of color #6551E7: hue angle of 248º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6551E7 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 81 | 231 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.09 |
| HSL | 248º | 0.76% | 0.61% | - |
| HSV(B) | 248º | 0.65% | 0.91% | - |
| XYZ | 22.73 | 14.42 | 77.19 | - |
| YUV | 104.08 | 199.63 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 231 | 0.56 | 0.65 | 0 | 0.09 | 248 | 0.76 | 0.61 |
| Hex | 65 | 51 | E7 | 38 | 41 | 0 | 9 | F8 | 4C | 3D |
| Octal | 145 | 121 | 347 | 70 | 101 | 0 | 11 | 370 | 114 | 75 |
| Binary | 1100101 | 1010001 | 11100111 | 111000 | 1000001 | 0 | 1001 | 11111000 | 1001100 | 111101 |
Color Harmonies of #6551E7
Complementary color
Monochromatic Colors of #6551E7
Black with #6551E7
Text Example
Text Example
White with #6551E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6551E7; }
p { color: rgb(101,81,231); }
H1.HeaderClassName
{
color: #6551E7;
}
.AnyTagClassName
{
color: #6551E7;
}
</style>
background-color css
<style>
a { background-color: #6551E7; }
a { background-color: rgb(101,81,231); }
div.DivClassName
{
background-color: #6551E7;
}
.BgClassName
{
background-color: #6551E7;
}
</style>
border-color css
<style>
span { border-color: #6551E7; }
span { border-color: rgb(101,81,231); }
td.TdClassName
{
border-color: #6551E7;
}
.TagClassName
{
border-color: #6551E7;
}
</style>