Shades of Slate Blue #6C50E0
Tints of Slate Blue #6C50E0
RGB
CMYK
RGB Variations
Color information
#6C50E0 (or 0x6C50E0) is known color: Slate Blue. HEX triplet: 6C, 50 and E0. RGB value is (108,80,224). Sum of RGB (Red+Green+Blue) = 108+80+224=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 224 (87.89% from 255 or 54.37% from 412); Max value from RGB is 224 - color contains mainly: blue. Hex color #6C50E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C50E0 is #93AF1F. Grayscale: #686868. Windows color (decimal): -9678624 or 14700652. OLE color: 14700652.
HSL color Cylindrical-coordinate representation of color #6C50E0: hue angle of 251.67º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C50E0 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 80 | 224 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.12 |
| HSL | 251.67º | 0.7% | 0.6% | - |
| HSV(B) | 251.67º | 0.64% | 0.88% | - |
| XYZ | 22.51 | 14.31 | 72.1 | - |
| YUV | 104.79 | 195.28 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 80 | 224 | 0.52 | 0.64 | 0 | 0.12 | 251.67 | 0.7 | 0.6 |
| Hex | 6C | 50 | E0 | 34 | 40 | 0 | C | FC | 46 | 3C |
| Octal | 154 | 120 | 340 | 64 | 100 | 0 | 14 | 374 | 106 | 74 |
| Binary | 1101100 | 1010000 | 11100000 | 110100 | 1000000 | 0 | 1100 | 11111100 | 1000110 | 111100 |
Color Harmonies of #6C50E0
Complementary color
Monochromatic Colors of #6C50E0
Black with #6C50E0
Text Example
Text Example
White with #6C50E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C50E0; }
p { color: rgb(108,80,224); }
H1.HeaderClassName
{
color: #6C50E0;
}
.AnyTagClassName
{
color: #6C50E0;
}
</style>
background-color css
<style>
a { background-color: #6C50E0; }
a { background-color: rgb(108,80,224); }
div.DivClassName
{
background-color: #6C50E0;
}
.BgClassName
{
background-color: #6C50E0;
}
</style>
border-color css
<style>
span { border-color: #6C50E0; }
span { border-color: rgb(108,80,224); }
td.TdClassName
{
border-color: #6C50E0;
}
.TagClassName
{
border-color: #6C50E0;
}
</style>