Shades of Slate Blue #6B4CDB
Tints of Slate Blue #6B4CDB
RGB
CMYK
RGB Variations
Color information
#6B4CDB (or 0x6B4CDB) is known color: Slate Blue. HEX triplet: 6B, 4C and DB. RGB value is (107,76,219). Sum of RGB (Red+Green+Blue) = 107+76+219=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B4CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B4CDB is #94B324. Grayscale: #656565. Windows color (decimal): -9745189 or 14371947. OLE color: 14371947.
HSL color Cylindrical-coordinate representation of color #6B4CDB: hue angle of 253.01º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B4CDB is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 76 | 219 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.14 |
| HSL | 253.01º | 0.67% | 0.58% | - |
| HSV(B) | 253.01º | 0.65% | 0.86% | - |
| XYZ | 21.43 | 13.41 | 68.48 | - |
| YUV | 101.57 | 194.27 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 219 | 0.51 | 0.65 | 0 | 0.14 | 253.01 | 0.67 | 0.58 |
| Hex | 6B | 4C | DB | 33 | 41 | 0 | E | FD | 43 | 3A |
| Octal | 153 | 114 | 333 | 63 | 101 | 0 | 16 | 375 | 103 | 72 |
| Binary | 1101011 | 1001100 | 11011011 | 110011 | 1000001 | 0 | 1110 | 11111101 | 1000011 | 111010 |
Color Harmonies of #6B4CDB
Complementary color
Monochromatic Colors of #6B4CDB
Black with #6B4CDB
Text Example
Text Example
White with #6B4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4CDB; }
p { color: rgb(107,76,219); }
H1.HeaderClassName
{
color: #6B4CDB;
}
.AnyTagClassName
{
color: #6B4CDB;
}
</style>
background-color css
<style>
a { background-color: #6B4CDB; }
a { background-color: rgb(107,76,219); }
div.DivClassName
{
background-color: #6B4CDB;
}
.BgClassName
{
background-color: #6B4CDB;
}
</style>
border-color css
<style>
span { border-color: #6B4CDB; }
span { border-color: rgb(107,76,219); }
td.TdClassName
{
border-color: #6B4CDB;
}
.TagClassName
{
border-color: #6B4CDB;
}
</style>