Shades of Slate Blue #6D68DB
Tints of Slate Blue #6D68DB
RGB
CMYK
RGB Variations
Color information
#6D68DB (or 0x6D68DB) is known color: Slate Blue. HEX triplet: 6D, 68 and DB. RGB value is (109,104,219). Sum of RGB (Red+Green+Blue) = 109+104+219=432 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.23% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D68DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D68DB is #929724. Grayscale: #767676. Windows color (decimal): -9606949 or 14379117. OLE color: 14379117.
HSL color Cylindrical-coordinate representation of color #6D68DB: hue angle of 242.61º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D68DB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 104 | 219 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.14 |
| HSL | 242.61º | 0.61% | 0.63% | - |
| HSV(B) | 242.61º | 0.53% | 0.86% | - |
| XYZ | 24.04 | 18.27 | 69.28 | - |
| YUV | 118.61 | 184.66 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 219 | 0.50 | 0.53 | 0 | 0.14 | 242.61 | 0.61 | 0.63 |
| Hex | 6D | 68 | DB | 32 | 35 | 0 | E | F3 | 3D | 3F |
| Octal | 155 | 150 | 333 | 62 | 65 | 0 | 16 | 363 | 75 | 77 |
| Binary | 1101101 | 1101000 | 11011011 | 110010 | 110101 | 0 | 1110 | 11110011 | 111101 | 111111 |
Color Harmonies of #6D68DB
Complementary color
Monochromatic Colors of #6D68DB
Black with #6D68DB
Text Example
Text Example
White with #6D68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D68DB; }
p { color: rgb(109,104,219); }
H1.HeaderClassName
{
color: #6D68DB;
}
.AnyTagClassName
{
color: #6D68DB;
}
</style>
background-color css
<style>
a { background-color: #6D68DB; }
a { background-color: rgb(109,104,219); }
div.DivClassName
{
background-color: #6D68DB;
}
.BgClassName
{
background-color: #6D68DB;
}
</style>
border-color css
<style>
span { border-color: #6D68DB; }
span { border-color: rgb(109,104,219); }
td.TdClassName
{
border-color: #6D68DB;
}
.TagClassName
{
border-color: #6D68DB;
}
</style>