Shades of Slate Blue #6D53C5
Tints of Slate Blue #6D53C5
RGB
CMYK
RGB Variations
Color information
#6D53C5 (or 0x6D53C5) is known color: Slate Blue. HEX triplet: 6D, 53 and C5. RGB value is (109,83,197). Sum of RGB (Red+Green+Blue) = 109+83+197=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #6D53C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D53C5 is #92AC3A. Grayscale: #676767. Windows color (decimal): -9612347 or 12931949. OLE color: 12931949.
HSL color Cylindrical-coordinate representation of color #6D53C5: hue angle of 253.68º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D53C5 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 83 | 197 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.23 |
| HSL | 253.68º | 0.5% | 0.55% | - |
| HSV(B) | 253.68º | 0.58% | 0.77% | - |
| XYZ | 19.48 | 13.47 | 54.4 | - |
| YUV | 103.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 83 | 197 | 0.45 | 0.58 | 0 | 0.23 | 253.68 | 0.5 | 0.55 |
| Hex | 6D | 53 | C5 | 2D | 3A | 0 | 17 | FE | 32 | 37 |
| Octal | 155 | 123 | 305 | 55 | 72 | 0 | 27 | 376 | 62 | 67 |
| Binary | 1101101 | 1010011 | 11000101 | 101101 | 111010 | 0 | 10111 | 11111110 | 110010 | 110111 |
Color Harmonies of #6D53C5
Complementary color
Monochromatic Colors of #6D53C5
Black with #6D53C5
Text Example
Text Example
White with #6D53C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D53C5; }
p { color: rgb(109,83,197); }
H1.HeaderClassName
{
color: #6D53C5;
}
.AnyTagClassName
{
color: #6D53C5;
}
</style>
background-color css
<style>
a { background-color: #6D53C5; }
a { background-color: rgb(109,83,197); }
div.DivClassName
{
background-color: #6D53C5;
}
.BgClassName
{
background-color: #6D53C5;
}
</style>
border-color css
<style>
span { border-color: #6D53C5; }
span { border-color: rgb(109,83,197); }
td.TdClassName
{
border-color: #6D53C5;
}
.TagClassName
{
border-color: #6D53C5;
}
</style>