Shades of Slate Blue #6F51DB
Tints of Slate Blue #6F51DB
RGB
CMYK
RGB Variations
Color information
#6F51DB (or 0x6F51DB) is known color: Slate Blue. HEX triplet: 6F, 51 and DB. RGB value is (111,81,219). Sum of RGB (Red+Green+Blue) = 111+81+219=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F51DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F51DB is #90AE24. Grayscale: #696969. Windows color (decimal): -9481765 or 14373231. OLE color: 14373231.
HSL color Cylindrical-coordinate representation of color #6F51DB: hue angle of 253.04º 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 #6F51DB is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 81 | 219 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.14 |
| HSL | 253.04º | 0.66% | 0.59% | - |
| HSV(B) | 253.04º | 0.63% | 0.86% | - |
| XYZ | 22.28 | 14.38 | 68.62 | - |
| YUV | 105.7 | 191.94 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 219 | 0.49 | 0.63 | 0 | 0.14 | 253.04 | 0.66 | 0.59 |
| Hex | 6F | 51 | DB | 31 | 3F | 0 | E | FD | 42 | 3B |
| Octal | 157 | 121 | 333 | 61 | 77 | 0 | 16 | 375 | 102 | 73 |
| Binary | 1101111 | 1010001 | 11011011 | 110001 | 111111 | 0 | 1110 | 11111101 | 1000010 | 111011 |
Color Harmonies of #6F51DB
Complementary color
Monochromatic Colors of #6F51DB
Black with #6F51DB
Text Example
Text Example
White with #6F51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F51DB; }
p { color: rgb(111,81,219); }
H1.HeaderClassName
{
color: #6F51DB;
}
.AnyTagClassName
{
color: #6F51DB;
}
</style>
background-color css
<style>
a { background-color: #6F51DB; }
a { background-color: rgb(111,81,219); }
div.DivClassName
{
background-color: #6F51DB;
}
.BgClassName
{
background-color: #6F51DB;
}
</style>
border-color css
<style>
span { border-color: #6F51DB; }
span { border-color: rgb(111,81,219); }
td.TdClassName
{
border-color: #6F51DB;
}
.TagClassName
{
border-color: #6F51DB;
}
</style>