Shades of Slate Blue #6F6ADB
Tints of Slate Blue #6F6ADB
RGB
CMYK
RGB Variations
Color information
#6F6ADB (or 0x6F6ADB) is known color: Slate Blue. HEX triplet: 6F, 6A and DB. RGB value is (111,106,219). Sum of RGB (Red+Green+Blue) = 111+106+219=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F6ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6ADB is #909524. Grayscale: #777777. Windows color (decimal): -9475365 or 14379631. OLE color: 14379631.
HSL color Cylindrical-coordinate representation of color #6F6ADB: hue angle of 242.65º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F6ADB is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 106 | 219 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.14 |
| HSL | 242.65º | 0.61% | 0.64% | - |
| HSV(B) | 242.65º | 0.52% | 0.86% | - |
| XYZ | 24.5 | 18.8 | 69.36 | - |
| YUV | 120.38 | 183.66 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 219 | 0.49 | 0.52 | 0 | 0.14 | 242.65 | 0.61 | 0.64 |
| Hex | 6F | 6A | DB | 31 | 34 | 0 | E | F3 | 3D | 40 |
| Octal | 157 | 152 | 333 | 61 | 64 | 0 | 16 | 363 | 75 | 100 |
| Binary | 1101111 | 1101010 | 11011011 | 110001 | 110100 | 0 | 1110 | 11110011 | 111101 | 1000000 |
Color Harmonies of #6F6ADB
Complementary color
Monochromatic Colors of #6F6ADB
Black with #6F6ADB
Text Example
Text Example
White with #6F6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6ADB; }
p { color: rgb(111,106,219); }
H1.HeaderClassName
{
color: #6F6ADB;
}
.AnyTagClassName
{
color: #6F6ADB;
}
</style>
background-color css
<style>
a { background-color: #6F6ADB; }
a { background-color: rgb(111,106,219); }
div.DivClassName
{
background-color: #6F6ADB;
}
.BgClassName
{
background-color: #6F6ADB;
}
</style>
border-color css
<style>
span { border-color: #6F6ADB; }
span { border-color: rgb(111,106,219); }
td.TdClassName
{
border-color: #6F6ADB;
}
.TagClassName
{
border-color: #6F6ADB;
}
</style>