Shades of Slate Blue #6650E5
Tints of Slate Blue #6650E5
RGB
CMYK
RGB Variations
Color information
#6650E5 (or 0x6650E5) is known color: Slate Blue. HEX triplet: 66, 50 and E5. RGB value is (102,80,229). Sum of RGB (Red+Green+Blue) = 102+80+229=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #6650E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6650E5 is #99AF1A. Grayscale: #666666. Windows color (decimal): -10071835 or 15028326. OLE color: 15028326.
HSL color Cylindrical-coordinate representation of color #6650E5: hue angle of 248.86º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6650E5 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 80 | 229 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.10 |
| HSL | 248.86º | 0.74% | 0.61% | - |
| HSV(B) | 248.86º | 0.65% | 0.9% | - |
| XYZ | 22.49 | 14.22 | 75.69 | - |
| YUV | 103.56 | 198.79 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 229 | 0.55 | 0.65 | 0 | 0.10 | 248.86 | 0.74 | 0.61 |
| Hex | 66 | 50 | E5 | 37 | 41 | 0 | A | F9 | 4A | 3D |
| Octal | 146 | 120 | 345 | 67 | 101 | 0 | 12 | 371 | 112 | 75 |
| Binary | 1100110 | 1010000 | 11100101 | 110111 | 1000001 | 0 | 1010 | 11111001 | 1001010 | 111101 |
Color Harmonies of #6650E5
Complementary color
Monochromatic Colors of #6650E5
Black with #6650E5
Text Example
Text Example
White with #6650E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6650E5; }
p { color: rgb(102,80,229); }
H1.HeaderClassName
{
color: #6650E5;
}
.AnyTagClassName
{
color: #6650E5;
}
</style>
background-color css
<style>
a { background-color: #6650E5; }
a { background-color: rgb(102,80,229); }
div.DivClassName
{
background-color: #6650E5;
}
.BgClassName
{
background-color: #6650E5;
}
</style>
border-color css
<style>
span { border-color: #6650E5; }
span { border-color: rgb(102,80,229); }
td.TdClassName
{
border-color: #6650E5;
}
.TagClassName
{
border-color: #6650E5;
}
</style>