Shades of Slate Blue #6B4ADC
Tints of Slate Blue #6B4ADC
RGB
CMYK
RGB Variations
Color information
#6B4ADC (or 0x6B4ADC) is known color: Slate Blue. HEX triplet: 6B, 4A and DC. RGB value is (107,74,220). Sum of RGB (Red+Green+Blue) = 107+74+220=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B4ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B4ADC is #94B523. Grayscale: #636363. Windows color (decimal): -9745700 or 14436971. OLE color: 14436971.
HSL color Cylindrical-coordinate representation of color #6B4ADC: hue angle of 253.56º 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 #6B4ADC is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 74 | 220 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.14 |
| HSL | 253.56º | 0.68% | 0.58% | - |
| HSV(B) | 253.56º | 0.66% | 0.86% | - |
| XYZ | 21.43 | 13.19 | 69.13 | - |
| YUV | 100.51 | 195.43 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 74 | 220 | 0.51 | 0.66 | 0 | 0.14 | 253.56 | 0.68 | 0.58 |
| Hex | 6B | 4A | DC | 33 | 42 | 0 | E | FE | 44 | 3A |
| Octal | 153 | 112 | 334 | 63 | 102 | 0 | 16 | 376 | 104 | 72 |
| Binary | 1101011 | 1001010 | 11011100 | 110011 | 1000010 | 0 | 1110 | 11111110 | 1000100 | 111010 |
Color Harmonies of #6B4ADC
Complementary color
Monochromatic Colors of #6B4ADC
Black with #6B4ADC
Text Example
Text Example
White with #6B4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4ADC; }
p { color: rgb(107,74,220); }
H1.HeaderClassName
{
color: #6B4ADC;
}
.AnyTagClassName
{
color: #6B4ADC;
}
</style>
background-color css
<style>
a { background-color: #6B4ADC; }
a { background-color: rgb(107,74,220); }
div.DivClassName
{
background-color: #6B4ADC;
}
.BgClassName
{
background-color: #6B4ADC;
}
</style>
border-color css
<style>
span { border-color: #6B4ADC; }
span { border-color: rgb(107,74,220); }
td.TdClassName
{
border-color: #6B4ADC;
}
.TagClassName
{
border-color: #6B4ADC;
}
</style>