Shades of Slate Blue #6D4ACC
Tints of Slate Blue #6D4ACC
RGB
CMYK
RGB Variations
Color information
#6D4ACC (or 0x6D4ACC) is known color: Slate Blue. HEX triplet: 6D, 4A and CC. RGB value is (109,74,204). Sum of RGB (Red+Green+Blue) = 109+74+204=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D4ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4ACC is #92B533. Grayscale: #626262. Windows color (decimal): -9614644 or 13388397. OLE color: 13388397.
HSL color Cylindrical-coordinate representation of color #6D4ACC: hue angle of 256.15º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D4ACC is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 74 | 204 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.2 |
| HSL | 256.15º | 0.56% | 0.55% | - |
| HSV(B) | 256.15º | 0.64% | 0.8% | - |
| XYZ | 19.65 | 12.51 | 58.51 | - |
| YUV | 99.29 | 187.1 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 204 | 0.47 | 0.64 | 0 | 0.2 | 256.15 | 0.56 | 0.55 |
| Hex | 6D | 4A | CC | 2F | 40 | 0 | 14 | 100 | 38 | 37 |
| Octal | 155 | 112 | 314 | 57 | 100 | 0 | 24 | 400 | 70 | 67 |
| Binary | 1101101 | 1001010 | 11001100 | 101111 | 1000000 | 0 | 10100 | 100000000 | 111000 | 110111 |
Color Harmonies of #6D4ACC
Complementary color
Monochromatic Colors of #6D4ACC
Black with #6D4ACC
Text Example
Text Example
White with #6D4ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4ACC; }
p { color: rgb(109,74,204); }
H1.HeaderClassName
{
color: #6D4ACC;
}
.AnyTagClassName
{
color: #6D4ACC;
}
</style>
background-color css
<style>
a { background-color: #6D4ACC; }
a { background-color: rgb(109,74,204); }
div.DivClassName
{
background-color: #6D4ACC;
}
.BgClassName
{
background-color: #6D4ACC;
}
</style>
border-color css
<style>
span { border-color: #6D4ACC; }
span { border-color: rgb(109,74,204); }
td.TdClassName
{
border-color: #6D4ACC;
}
.TagClassName
{
border-color: #6D4ACC;
}
</style>