Shades of Slate Blue #6B6DDB
Tints of Slate Blue #6B6DDB
RGB
CMYK
RGB Variations
Color information
#6B6DDB (or 0x6B6DDB) is known color: Slate Blue. HEX triplet: 6B, 6D and DB. RGB value is (107,109,219). Sum of RGB (Red+Green+Blue) = 107+109+219=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B6DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6DDB is #949224. Grayscale: #787878. Windows color (decimal): -9736741 or 14380395. OLE color: 14380395.
HSL color Cylindrical-coordinate representation of color #6B6DDB: hue angle of 238.93º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B6DDB is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 109 | 219 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.14 |
| HSL | 238.93º | 0.61% | 0.64% | - |
| HSV(B) | 238.93º | 0.51% | 0.86% | - |
| XYZ | 24.32 | 19.18 | 69.44 | - |
| YUV | 120.94 | 183.34 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 219 | 0.51 | 0.50 | 0 | 0.14 | 238.93 | 0.61 | 0.64 |
| Hex | 6B | 6D | DB | 33 | 32 | 0 | E | EF | 3D | 40 |
| Octal | 153 | 155 | 333 | 63 | 62 | 0 | 16 | 357 | 75 | 100 |
| Binary | 1101011 | 1101101 | 11011011 | 110011 | 110010 | 0 | 1110 | 11101111 | 111101 | 1000000 |
Color Harmonies of #6B6DDB
Complementary color
Monochromatic Colors of #6B6DDB
Black with #6B6DDB
Text Example
Text Example
White with #6B6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6DDB; }
p { color: rgb(107,109,219); }
H1.HeaderClassName
{
color: #6B6DDB;
}
.AnyTagClassName
{
color: #6B6DDB;
}
</style>
background-color css
<style>
a { background-color: #6B6DDB; }
a { background-color: rgb(107,109,219); }
div.DivClassName
{
background-color: #6B6DDB;
}
.BgClassName
{
background-color: #6B6DDB;
}
</style>
border-color css
<style>
span { border-color: #6B6DDB; }
span { border-color: rgb(107,109,219); }
td.TdClassName
{
border-color: #6B6DDB;
}
.TagClassName
{
border-color: #6B6DDB;
}
</style>