Shades of Slate Blue #6F44DB
Tints of Slate Blue #6F44DB
RGB
CMYK
RGB Variations
Color information
#6F44DB (or 0x6F44DB) is known color: Slate Blue. HEX triplet: 6F, 44 and DB. RGB value is (111,68,219). Sum of RGB (Red+Green+Blue) = 111+68+219=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F44DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F44DB is #90BB24. Grayscale: #616161. Windows color (decimal): -9485093 or 14369903. OLE color: 14369903.
HSL color Cylindrical-coordinate representation of color #6F44DB: hue angle of 257.09º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F44DB is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 68 | 219 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.14 |
| HSL | 257.09º | 0.68% | 0.56% | - |
| HSV(B) | 257.09º | 0.69% | 0.86% | - |
| XYZ | 21.41 | 12.63 | 68.33 | - |
| YUV | 98.07 | 196.25 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 219 | 0.49 | 0.69 | 0 | 0.14 | 257.09 | 0.68 | 0.56 |
| Hex | 6F | 44 | DB | 31 | 45 | 0 | E | 101 | 44 | 38 |
| Octal | 157 | 104 | 333 | 61 | 105 | 0 | 16 | 401 | 104 | 70 |
| Binary | 1101111 | 1000100 | 11011011 | 110001 | 1000101 | 0 | 1110 | 100000001 | 1000100 | 111000 |
Color Harmonies of #6F44DB
Complementary color
Monochromatic Colors of #6F44DB
Black with #6F44DB
Text Example
Text Example
White with #6F44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F44DB; }
p { color: rgb(111,68,219); }
H1.HeaderClassName
{
color: #6F44DB;
}
.AnyTagClassName
{
color: #6F44DB;
}
</style>
background-color css
<style>
a { background-color: #6F44DB; }
a { background-color: rgb(111,68,219); }
div.DivClassName
{
background-color: #6F44DB;
}
.BgClassName
{
background-color: #6F44DB;
}
</style>
border-color css
<style>
span { border-color: #6F44DB; }
span { border-color: rgb(111,68,219); }
td.TdClassName
{
border-color: #6F44DB;
}
.TagClassName
{
border-color: #6F44DB;
}
</style>