Shades of Slate Blue #6C5EC8
Tints of Slate Blue #6C5EC8
RGB
CMYK
RGB Variations
Color information
#6C5EC8 (or 0x6C5EC8) is known color: Slate Blue. HEX triplet: 6C, 5E and C8. RGB value is (108,94,200). Sum of RGB (Red+Green+Blue) = 108+94+200=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 200 (78.52% from 255 or 49.75% from 402); Max value from RGB is 200 - color contains mainly: blue. Hex color #6C5EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5EC8 is #93A137. Grayscale: #6D6D6D. Windows color (decimal): -9675064 or 13131372. OLE color: 13131372.
HSL color Cylindrical-coordinate representation of color #6C5EC8: hue angle of 247.92º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C5EC8 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 94 | 200 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.22 |
| HSL | 247.92º | 0.49% | 0.58% | - |
| HSV(B) | 247.92º | 0.53% | 0.78% | - |
| XYZ | 20.61 | 15.36 | 56.52 | - |
| YUV | 110.27 | 178.64 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 94 | 200 | 0.46 | 0.53 | 0 | 0.22 | 247.92 | 0.49 | 0.58 |
| Hex | 6C | 5E | C8 | 2E | 35 | 0 | 16 | F8 | 31 | 3A |
| Octal | 154 | 136 | 310 | 56 | 65 | 0 | 26 | 370 | 61 | 72 |
| Binary | 1101100 | 1011110 | 11001000 | 101110 | 110101 | 0 | 10110 | 11111000 | 110001 | 111010 |
Color Harmonies of #6C5EC8
Complementary color
Monochromatic Colors of #6C5EC8
Black with #6C5EC8
Text Example
Text Example
White with #6C5EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5EC8; }
p { color: rgb(108,94,200); }
H1.HeaderClassName
{
color: #6C5EC8;
}
.AnyTagClassName
{
color: #6C5EC8;
}
</style>
background-color css
<style>
a { background-color: #6C5EC8; }
a { background-color: rgb(108,94,200); }
div.DivClassName
{
background-color: #6C5EC8;
}
.BgClassName
{
background-color: #6C5EC8;
}
</style>
border-color css
<style>
span { border-color: #6C5EC8; }
span { border-color: rgb(108,94,200); }
td.TdClassName
{
border-color: #6C5EC8;
}
.TagClassName
{
border-color: #6C5EC8;
}
</style>