Shades of Slate Blue #6D4AC0
Tints of Slate Blue #6D4AC0
RGB
CMYK
RGB Variations
Color information
#6D4AC0 (or 0x6D4AC0) is known color: Slate Blue. HEX triplet: 6D, 4A and C0. RGB value is (109,74,192). Sum of RGB (Red+Green+Blue) = 109+74+192=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #6D4AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4AC0 is #92B53F. Grayscale: #616161. Windows color (decimal): -9614656 or 12601965. OLE color: 12601965.
HSL color Cylindrical-coordinate representation of color #6D4AC0: hue angle of 257.8º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D4AC0 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 74 | 192 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.25 |
| HSL | 257.8º | 0.48% | 0.52% | - |
| HSV(B) | 257.8º | 0.61% | 0.75% | - |
| XYZ | 18.27 | 11.95 | 51.21 | - |
| YUV | 97.92 | 181.1 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 192 | 0.43 | 0.61 | 0 | 0.25 | 257.8 | 0.48 | 0.52 |
| Hex | 6D | 4A | C0 | 2B | 3D | 0 | 19 | 102 | 30 | 34 |
| Octal | 155 | 112 | 300 | 53 | 75 | 0 | 31 | 402 | 60 | 64 |
| Binary | 1101101 | 1001010 | 11000000 | 101011 | 111101 | 0 | 11001 | 100000010 | 110000 | 110100 |
Color Harmonies of #6D4AC0
Complementary color
Monochromatic Colors of #6D4AC0
Black with #6D4AC0
Text Example
Text Example
White with #6D4AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4AC0; }
p { color: rgb(109,74,192); }
H1.HeaderClassName
{
color: #6D4AC0;
}
.AnyTagClassName
{
color: #6D4AC0;
}
</style>
background-color css
<style>
a { background-color: #6D4AC0; }
a { background-color: rgb(109,74,192); }
div.DivClassName
{
background-color: #6D4AC0;
}
.BgClassName
{
background-color: #6D4AC0;
}
</style>
border-color css
<style>
span { border-color: #6D4AC0; }
span { border-color: rgb(109,74,192); }
td.TdClassName
{
border-color: #6D4AC0;
}
.TagClassName
{
border-color: #6D4AC0;
}
</style>