Shades of Slate Blue #6553E7
Tints of Slate Blue #6553E7
RGB
CMYK
RGB Variations
Color information
#6553E7 (or 0x6553E7) is known color: Slate Blue. HEX triplet: 65, 53 and E7. RGB value is (101,83,231). Sum of RGB (Red+Green+Blue) = 101+83+231=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 231 (90.62% from 255 or 55.66% from 415); Max value from RGB is 231 - color contains mainly: blue. Hex color #6553E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6553E7 is #9AAC18. Grayscale: #686868. Windows color (decimal): -10136601 or 15160165. OLE color: 15160165.
HSL color Cylindrical-coordinate representation of color #6553E7: hue angle of 247.3º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6553E7 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 83 | 231 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.09 |
| HSL | 247.3º | 0.76% | 0.62% | - |
| HSV(B) | 247.3º | 0.64% | 0.91% | - |
| XYZ | 22.88 | 14.72 | 77.24 | - |
| YUV | 105.25 | 198.96 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 231 | 0.56 | 0.64 | 0 | 0.09 | 247.3 | 0.76 | 0.62 |
| Hex | 65 | 53 | E7 | 38 | 40 | 0 | 9 | F7 | 4C | 3E |
| Octal | 145 | 123 | 347 | 70 | 100 | 0 | 11 | 367 | 114 | 76 |
| Binary | 1100101 | 1010011 | 11100111 | 111000 | 1000000 | 0 | 1001 | 11110111 | 1001100 | 111110 |
Color Harmonies of #6553E7
Complementary color
Monochromatic Colors of #6553E7
Black with #6553E7
Text Example
Text Example
White with #6553E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6553E7; }
p { color: rgb(101,83,231); }
H1.HeaderClassName
{
color: #6553E7;
}
.AnyTagClassName
{
color: #6553E7;
}
</style>
background-color css
<style>
a { background-color: #6553E7; }
a { background-color: rgb(101,83,231); }
div.DivClassName
{
background-color: #6553E7;
}
.BgClassName
{
background-color: #6553E7;
}
</style>
border-color css
<style>
span { border-color: #6553E7; }
span { border-color: rgb(101,83,231); }
td.TdClassName
{
border-color: #6553E7;
}
.TagClassName
{
border-color: #6553E7;
}
</style>