Shades of Slate Blue #6F5FDB
Tints of Slate Blue #6F5FDB
RGB
CMYK
RGB Variations
Color information
#6F5FDB (or 0x6F5FDB) is known color: Slate Blue. HEX triplet: 6F, 5F and DB. RGB value is (111,95,219). Sum of RGB (Red+Green+Blue) = 111+95+219=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F5FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5FDB is #90A024. Grayscale: #717171. Windows color (decimal): -9478181 or 14376815. OLE color: 14376815.
HSL color Cylindrical-coordinate representation of color #6F5FDB: hue angle of 247.74º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F5FDB is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 95 | 219 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.14 |
| HSL | 247.74º | 0.63% | 0.62% | - |
| HSV(B) | 247.74º | 0.57% | 0.86% | - |
| XYZ | 23.43 | 16.68 | 69 | - |
| YUV | 113.92 | 187.3 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 219 | 0.49 | 0.57 | 0 | 0.14 | 247.74 | 0.63 | 0.62 |
| Hex | 6F | 5F | DB | 31 | 39 | 0 | E | F8 | 3F | 3E |
| Octal | 157 | 137 | 333 | 61 | 71 | 0 | 16 | 370 | 77 | 76 |
| Binary | 1101111 | 1011111 | 11011011 | 110001 | 111001 | 0 | 1110 | 11111000 | 111111 | 111110 |
Color Harmonies of #6F5FDB
Complementary color
Monochromatic Colors of #6F5FDB
Black with #6F5FDB
Text Example
Text Example
White with #6F5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5FDB; }
p { color: rgb(111,95,219); }
H1.HeaderClassName
{
color: #6F5FDB;
}
.AnyTagClassName
{
color: #6F5FDB;
}
</style>
background-color css
<style>
a { background-color: #6F5FDB; }
a { background-color: rgb(111,95,219); }
div.DivClassName
{
background-color: #6F5FDB;
}
.BgClassName
{
background-color: #6F5FDB;
}
</style>
border-color css
<style>
span { border-color: #6F5FDB; }
span { border-color: rgb(111,95,219); }
td.TdClassName
{
border-color: #6F5FDB;
}
.TagClassName
{
border-color: #6F5FDB;
}
</style>