Shades of Slate Blue #6D4AC7
Tints of Slate Blue #6D4AC7
RGB
CMYK
RGB Variations
Color information
#6D4AC7 (or 0x6D4AC7) is known color: Slate Blue. HEX triplet: 6D, 4A and C7. RGB value is (109,74,199). Sum of RGB (Red+Green+Blue) = 109+74+199=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 199 (78.12% from 255 or 52.09% from 382); Max value from RGB is 199 - color contains mainly: blue. Hex color #6D4AC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4AC7 is #92B538. Grayscale: #626262. Windows color (decimal): -9614649 or 13060717. OLE color: 13060717.
HSL color Cylindrical-coordinate representation of color #6D4AC7: hue angle of 256.8º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D4AC7 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 74 | 199 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.22 |
| HSL | 256.8º | 0.53% | 0.54% | - |
| HSV(B) | 256.8º | 0.63% | 0.78% | - |
| XYZ | 19.06 | 12.27 | 55.4 | - |
| YUV | 98.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 199 | 0.45 | 0.63 | 0 | 0.22 | 256.8 | 0.53 | 0.54 |
| Hex | 6D | 4A | C7 | 2D | 3F | 0 | 16 | 101 | 35 | 36 |
| Octal | 155 | 112 | 307 | 55 | 77 | 0 | 26 | 401 | 65 | 66 |
| Binary | 1101101 | 1001010 | 11000111 | 101101 | 111111 | 0 | 10110 | 100000001 | 110101 | 110110 |
Color Harmonies of #6D4AC7
Complementary color
Monochromatic Colors of #6D4AC7
Black with #6D4AC7
Text Example
Text Example
White with #6D4AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4AC7; }
p { color: rgb(109,74,199); }
H1.HeaderClassName
{
color: #6D4AC7;
}
.AnyTagClassName
{
color: #6D4AC7;
}
</style>
background-color css
<style>
a { background-color: #6D4AC7; }
a { background-color: rgb(109,74,199); }
div.DivClassName
{
background-color: #6D4AC7;
}
.BgClassName
{
background-color: #6D4AC7;
}
</style>
border-color css
<style>
span { border-color: #6D4AC7; }
span { border-color: rgb(109,74,199); }
td.TdClassName
{
border-color: #6D4AC7;
}
.TagClassName
{
border-color: #6D4AC7;
}
</style>