Shades of Slate Blue #6D67DB
Tints of Slate Blue #6D67DB
RGB
CMYK
RGB Variations
Color information
#6D67DB (or 0x6D67DB) is known color: Slate Blue. HEX triplet: 6D, 67 and DB. RGB value is (109,103,219). Sum of RGB (Red+Green+Blue) = 109+103+219=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D67DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D67DB is #929824. Grayscale: #757575. Windows color (decimal): -9607205 or 14378861. OLE color: 14378861.
HSL color Cylindrical-coordinate representation of color #6D67DB: hue angle of 243.1º degrees, saturation: 0.62, 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 #6D67DB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 103 | 219 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.14 |
| HSL | 243.1º | 0.62% | 0.63% | - |
| HSV(B) | 243.1º | 0.53% | 0.86% | - |
| XYZ | 23.94 | 18.07 | 69.24 | - |
| YUV | 118.02 | 184.99 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 219 | 0.50 | 0.53 | 0 | 0.14 | 243.1 | 0.62 | 0.63 |
| Hex | 6D | 67 | DB | 32 | 35 | 0 | E | F3 | 3E | 3F |
| Octal | 155 | 147 | 333 | 62 | 65 | 0 | 16 | 363 | 76 | 77 |
| Binary | 1101101 | 1100111 | 11011011 | 110010 | 110101 | 0 | 1110 | 11110011 | 111110 | 111111 |
Color Harmonies of #6D67DB
Complementary color
Monochromatic Colors of #6D67DB
Black with #6D67DB
Text Example
Text Example
White with #6D67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D67DB; }
p { color: rgb(109,103,219); }
H1.HeaderClassName
{
color: #6D67DB;
}
.AnyTagClassName
{
color: #6D67DB;
}
</style>
background-color css
<style>
a { background-color: #6D67DB; }
a { background-color: rgb(109,103,219); }
div.DivClassName
{
background-color: #6D67DB;
}
.BgClassName
{
background-color: #6D67DB;
}
</style>
border-color css
<style>
span { border-color: #6D67DB; }
span { border-color: rgb(109,103,219); }
td.TdClassName
{
border-color: #6D67DB;
}
.TagClassName
{
border-color: #6D67DB;
}
</style>