Shades of Slate Blue #6F60DB
Tints of Slate Blue #6F60DB
RGB
CMYK
RGB Variations
Color information
#6F60DB (or 0x6F60DB) is known color: Slate Blue. HEX triplet: 6F, 60 and DB. RGB value is (111,96,219). Sum of RGB (Red+Green+Blue) = 111+96+219=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F60DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F60DB is #909F24. Grayscale: #727272. Windows color (decimal): -9477925 or 14377071. OLE color: 14377071.
HSL color Cylindrical-coordinate representation of color #6F60DB: hue angle of 247.32º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F60DB is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 96 | 219 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.14 |
| HSL | 247.32º | 0.63% | 0.62% | - |
| HSV(B) | 247.32º | 0.56% | 0.86% | - |
| XYZ | 23.52 | 16.86 | 69.03 | - |
| YUV | 114.51 | 186.97 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 219 | 0.49 | 0.56 | 0 | 0.14 | 247.32 | 0.63 | 0.62 |
| Hex | 6F | 60 | DB | 31 | 38 | 0 | E | F7 | 3F | 3E |
| Octal | 157 | 140 | 333 | 61 | 70 | 0 | 16 | 367 | 77 | 76 |
| Binary | 1101111 | 1100000 | 11011011 | 110001 | 111000 | 0 | 1110 | 11110111 | 111111 | 111110 |
Color Harmonies of #6F60DB
Complementary color
Monochromatic Colors of #6F60DB
Black with #6F60DB
Text Example
Text Example
White with #6F60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F60DB; }
p { color: rgb(111,96,219); }
H1.HeaderClassName
{
color: #6F60DB;
}
.AnyTagClassName
{
color: #6F60DB;
}
</style>
background-color css
<style>
a { background-color: #6F60DB; }
a { background-color: rgb(111,96,219); }
div.DivClassName
{
background-color: #6F60DB;
}
.BgClassName
{
background-color: #6F60DB;
}
</style>
border-color css
<style>
span { border-color: #6F60DB; }
span { border-color: rgb(111,96,219); }
td.TdClassName
{
border-color: #6F60DB;
}
.TagClassName
{
border-color: #6F60DB;
}
</style>