Shades of Slate Blue #6D4ADC
Tints of Slate Blue #6D4ADC
RGB
CMYK
RGB Variations
Color information
#6D4ADC (or 0x6D4ADC) is known color: Slate Blue. HEX triplet: 6D, 4A and DC. RGB value is (109,74,220). Sum of RGB (Red+Green+Blue) = 109+74+220=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D4ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4ADC is #92B523. Grayscale: #646464. Windows color (decimal): -9614628 or 14436973. OLE color: 14436973.
HSL color Cylindrical-coordinate representation of color #6D4ADC: hue angle of 254.38º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D4ADC is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 74 | 220 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.14 |
| HSL | 254.38º | 0.68% | 0.58% | - |
| HSV(B) | 254.38º | 0.66% | 0.86% | - |
| XYZ | 21.67 | 13.32 | 69.14 | - |
| YUV | 101.11 | 195.1 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 220 | 0.50 | 0.66 | 0 | 0.14 | 254.38 | 0.68 | 0.58 |
| Hex | 6D | 4A | DC | 32 | 42 | 0 | E | FE | 44 | 3A |
| Octal | 155 | 112 | 334 | 62 | 102 | 0 | 16 | 376 | 104 | 72 |
| Binary | 1101101 | 1001010 | 11011100 | 110010 | 1000010 | 0 | 1110 | 11111110 | 1000100 | 111010 |
Color Harmonies of #6D4ADC
Complementary color
Monochromatic Colors of #6D4ADC
Black with #6D4ADC
Text Example
Text Example
White with #6D4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4ADC; }
p { color: rgb(109,74,220); }
H1.HeaderClassName
{
color: #6D4ADC;
}
.AnyTagClassName
{
color: #6D4ADC;
}
</style>
background-color css
<style>
a { background-color: #6D4ADC; }
a { background-color: rgb(109,74,220); }
div.DivClassName
{
background-color: #6D4ADC;
}
.BgClassName
{
background-color: #6D4ADC;
}
</style>
border-color css
<style>
span { border-color: #6D4ADC; }
span { border-color: rgb(109,74,220); }
td.TdClassName
{
border-color: #6D4ADC;
}
.TagClassName
{
border-color: #6D4ADC;
}
</style>