Shades of Slate Blue #6C4BDA
Tints of Slate Blue #6C4BDA
RGB
CMYK
RGB Variations
Color information
#6C4BDA (or 0x6C4BDA) is known color: Slate Blue. HEX triplet: 6C, 4B and DA. RGB value is (108,75,218). Sum of RGB (Red+Green+Blue) = 108+75+218=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C4BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4BDA is #93B425. Grayscale: #646464. Windows color (decimal): -9679910 or 14306156. OLE color: 14306156.
HSL color Cylindrical-coordinate representation of color #6C4BDA: hue angle of 253.85º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C4BDA is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 75 | 218 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.15 |
| HSL | 253.85º | 0.66% | 0.57% | - |
| HSV(B) | 253.85º | 0.66% | 0.85% | - |
| XYZ | 21.36 | 13.28 | 67.77 | - |
| YUV | 101.17 | 193.93 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 75 | 218 | 0.50 | 0.66 | 0 | 0.15 | 253.85 | 0.66 | 0.57 |
| Hex | 6C | 4B | DA | 32 | 42 | 0 | F | FE | 42 | 39 |
| Octal | 154 | 113 | 332 | 62 | 102 | 0 | 17 | 376 | 102 | 71 |
| Binary | 1101100 | 1001011 | 11011010 | 110010 | 1000010 | 0 | 1111 | 11111110 | 1000010 | 111001 |
Color Harmonies of #6C4BDA
Complementary color
Monochromatic Colors of #6C4BDA
Black with #6C4BDA
Text Example
Text Example
White with #6C4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4BDA; }
p { color: rgb(108,75,218); }
H1.HeaderClassName
{
color: #6C4BDA;
}
.AnyTagClassName
{
color: #6C4BDA;
}
</style>
background-color css
<style>
a { background-color: #6C4BDA; }
a { background-color: rgb(108,75,218); }
div.DivClassName
{
background-color: #6C4BDA;
}
.BgClassName
{
background-color: #6C4BDA;
}
</style>
border-color css
<style>
span { border-color: #6C4BDA; }
span { border-color: rgb(108,75,218); }
td.TdClassName
{
border-color: #6C4BDA;
}
.TagClassName
{
border-color: #6C4BDA;
}
</style>