Shades of Slate Blue #6D51DB
Tints of Slate Blue #6D51DB
RGB
CMYK
RGB Variations
Color information
#6D51DB (or 0x6D51DB) is known color: Slate Blue. HEX triplet: 6D, 51 and DB. RGB value is (109,81,219). Sum of RGB (Red+Green+Blue) = 109+81+219=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D51DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D51DB is #92AE24. Grayscale: #686868. Windows color (decimal): -9612837 or 14373229. OLE color: 14373229.
HSL color Cylindrical-coordinate representation of color #6D51DB: hue angle of 252.17º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D51DB is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 81 | 219 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.14 |
| HSL | 252.17º | 0.66% | 0.59% | - |
| HSV(B) | 252.17º | 0.63% | 0.86% | - |
| XYZ | 22.04 | 14.25 | 68.61 | - |
| YUV | 105.1 | 192.28 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 219 | 0.50 | 0.63 | 0 | 0.14 | 252.17 | 0.66 | 0.59 |
| Hex | 6D | 51 | DB | 32 | 3F | 0 | E | FC | 42 | 3B |
| Octal | 155 | 121 | 333 | 62 | 77 | 0 | 16 | 374 | 102 | 73 |
| Binary | 1101101 | 1010001 | 11011011 | 110010 | 111111 | 0 | 1110 | 11111100 | 1000010 | 111011 |
Color Harmonies of #6D51DB
Complementary color
Monochromatic Colors of #6D51DB
Black with #6D51DB
Text Example
Text Example
White with #6D51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D51DB; }
p { color: rgb(109,81,219); }
H1.HeaderClassName
{
color: #6D51DB;
}
.AnyTagClassName
{
color: #6D51DB;
}
</style>
background-color css
<style>
a { background-color: #6D51DB; }
a { background-color: rgb(109,81,219); }
div.DivClassName
{
background-color: #6D51DB;
}
.BgClassName
{
background-color: #6D51DB;
}
</style>
border-color css
<style>
span { border-color: #6D51DB; }
span { border-color: rgb(109,81,219); }
td.TdClassName
{
border-color: #6D51DB;
}
.TagClassName
{
border-color: #6D51DB;
}
</style>