Shades of Slate Blue #6F60DE
Tints of Slate Blue #6F60DE
RGB
CMYK
RGB Variations
Color information
#6F60DE (or 0x6F60DE) is known color: Slate Blue. HEX triplet: 6F, 60 and DE. RGB value is (111,96,222). Sum of RGB (Red+Green+Blue) = 111+96+222=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F60DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F60DE is #909F21. Grayscale: #727272. Windows color (decimal): -9477922 or 14573679. OLE color: 14573679.
HSL color Cylindrical-coordinate representation of color #6F60DE: hue angle of 247.14º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F60DE is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 96 | 222 | - |
| CMYK | 0.5 | 0.57 | 0 | 0.13 |
| HSL | 247.14º | 0.66% | 0.62% | - |
| HSV(B) | 247.14º | 0.57% | 0.87% | - |
| XYZ | 23.92 | 17.02 | 71.13 | - |
| YUV | 114.85 | 188.47 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 222 | 0.5 | 0.57 | 0 | 0.13 | 247.14 | 0.66 | 0.62 |
| Hex | 6F | 60 | DE | 32 | 39 | 0 | D | F7 | 42 | 3E |
| Octal | 157 | 140 | 336 | 62 | 71 | 0 | 15 | 367 | 102 | 76 |
| Binary | 1101111 | 1100000 | 11011110 | 110010 | 111001 | 0 | 1101 | 11110111 | 1000010 | 111110 |
Color Harmonies of #6F60DE
Complementary color
Monochromatic Colors of #6F60DE
Black with #6F60DE
Text Example
Text Example
White with #6F60DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F60DE; }
p { color: rgb(111,96,222); }
H1.HeaderClassName
{
color: #6F60DE;
}
.AnyTagClassName
{
color: #6F60DE;
}
</style>
background-color css
<style>
a { background-color: #6F60DE; }
a { background-color: rgb(111,96,222); }
div.DivClassName
{
background-color: #6F60DE;
}
.BgClassName
{
background-color: #6F60DE;
}
</style>
border-color css
<style>
span { border-color: #6F60DE; }
span { border-color: rgb(111,96,222); }
td.TdClassName
{
border-color: #6F60DE;
}
.TagClassName
{
border-color: #6F60DE;
}
</style>