Shades of Slate Blue #6F6ECF
Tints of Slate Blue #6F6ECF
RGB
CMYK
RGB Variations
Color information
#6F6ECF (or 0x6F6ECF) is known color: Slate Blue. HEX triplet: 6F, 6E and CF. RGB value is (111,110,207). Sum of RGB (Red+Green+Blue) = 111+110+207=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F6ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6ECF is #909130. Grayscale: #787878. Windows color (decimal): -9474353 or 13594223. OLE color: 13594223.
HSL color Cylindrical-coordinate representation of color #6F6ECF: hue angle of 240.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F6ECF is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 110 | 207 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.19 |
| HSL | 240.62º | 0.5% | 0.62% | - |
| HSV(B) | 240.62º | 0.47% | 0.81% | - |
| XYZ | 23.39 | 19.04 | 61.47 | - |
| YUV | 121.36 | 176.33 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 207 | 0.46 | 0.47 | 0 | 0.19 | 240.62 | 0.5 | 0.62 |
| Hex | 6F | 6E | CF | 2E | 2F | 0 | 13 | F1 | 32 | 3E |
| Octal | 157 | 156 | 317 | 56 | 57 | 0 | 23 | 361 | 62 | 76 |
| Binary | 1101111 | 1101110 | 11001111 | 101110 | 101111 | 0 | 10011 | 11110001 | 110010 | 111110 |
Color Harmonies of #6F6ECF
Complementary color
Monochromatic Colors of #6F6ECF
Black with #6F6ECF
Text Example
Text Example
White with #6F6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6ECF; }
p { color: rgb(111,110,207); }
H1.HeaderClassName
{
color: #6F6ECF;
}
.AnyTagClassName
{
color: #6F6ECF;
}
</style>
background-color css
<style>
a { background-color: #6F6ECF; }
a { background-color: rgb(111,110,207); }
div.DivClassName
{
background-color: #6F6ECF;
}
.BgClassName
{
background-color: #6F6ECF;
}
</style>
border-color css
<style>
span { border-color: #6F6ECF; }
span { border-color: rgb(111,110,207); }
td.TdClassName
{
border-color: #6F6ECF;
}
.TagClassName
{
border-color: #6F6ECF;
}
</style>