Shades of Slate Blue #6C4FDB
Tints of Slate Blue #6C4FDB
RGB
CMYK
RGB Variations
Color information
#6C4FDB (or 0x6C4FDB) is known color: Slate Blue. HEX triplet: 6C, 4F and DB. RGB value is (108,79,219). Sum of RGB (Red+Green+Blue) = 108+79+219=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C4FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4FDB is #93B024. Grayscale: #676767. Windows color (decimal): -9678885 or 14372716. OLE color: 14372716.
HSL color Cylindrical-coordinate representation of color #6C4FDB: hue angle of 252.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C4FDB is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 79 | 219 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.14 |
| HSL | 252.43º | 0.66% | 0.58% | - |
| HSV(B) | 252.43º | 0.64% | 0.86% | - |
| XYZ | 21.77 | 13.89 | 68.55 | - |
| YUV | 103.63 | 193.11 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 79 | 219 | 0.51 | 0.64 | 0 | 0.14 | 252.43 | 0.66 | 0.58 |
| Hex | 6C | 4F | DB | 33 | 40 | 0 | E | FC | 42 | 3A |
| Octal | 154 | 117 | 333 | 63 | 100 | 0 | 16 | 374 | 102 | 72 |
| Binary | 1101100 | 1001111 | 11011011 | 110011 | 1000000 | 0 | 1110 | 11111100 | 1000010 | 111010 |
Color Harmonies of #6C4FDB
Complementary color
Monochromatic Colors of #6C4FDB
Black with #6C4FDB
Text Example
Text Example
White with #6C4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4FDB; }
p { color: rgb(108,79,219); }
H1.HeaderClassName
{
color: #6C4FDB;
}
.AnyTagClassName
{
color: #6C4FDB;
}
</style>
background-color css
<style>
a { background-color: #6C4FDB; }
a { background-color: rgb(108,79,219); }
div.DivClassName
{
background-color: #6C4FDB;
}
.BgClassName
{
background-color: #6C4FDB;
}
</style>
border-color css
<style>
span { border-color: #6C4FDB; }
span { border-color: rgb(108,79,219); }
td.TdClassName
{
border-color: #6C4FDB;
}
.TagClassName
{
border-color: #6C4FDB;
}
</style>