Shades of Slate Blue #6F6ECC
Tints of Slate Blue #6F6ECC
RGB
CMYK
RGB Variations
Color information
#6F6ECC (or 0x6F6ECC) is known color: Slate Blue. HEX triplet: 6F, 6E and CC. RGB value is (111,110,204). Sum of RGB (Red+Green+Blue) = 111+110+204=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F6ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6ECC is #909133. Grayscale: #787878. Windows color (decimal): -9474356 or 13397615. OLE color: 13397615.
HSL color Cylindrical-coordinate representation of color #6F6ECC: hue angle of 240.64º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F6ECC is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 110 | 204 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.2 |
| HSL | 240.64º | 0.48% | 0.62% | - |
| HSV(B) | 240.64º | 0.46% | 0.8% | - |
| XYZ | 23.03 | 18.89 | 59.56 | - |
| YUV | 121.02 | 174.83 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 204 | 0.46 | 0.46 | 0 | 0.2 | 240.64 | 0.48 | 0.62 |
| Hex | 6F | 6E | CC | 2E | 2E | 0 | 14 | F1 | 30 | 3E |
| Octal | 157 | 156 | 314 | 56 | 56 | 0 | 24 | 361 | 60 | 76 |
| Binary | 1101111 | 1101110 | 11001100 | 101110 | 101110 | 0 | 10100 | 11110001 | 110000 | 111110 |
Color Harmonies of #6F6ECC
Complementary color
Monochromatic Colors of #6F6ECC
Black with #6F6ECC
Text Example
Text Example
White with #6F6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6ECC; }
p { color: rgb(111,110,204); }
H1.HeaderClassName
{
color: #6F6ECC;
}
.AnyTagClassName
{
color: #6F6ECC;
}
</style>
background-color css
<style>
a { background-color: #6F6ECC; }
a { background-color: rgb(111,110,204); }
div.DivClassName
{
background-color: #6F6ECC;
}
.BgClassName
{
background-color: #6F6ECC;
}
</style>
border-color css
<style>
span { border-color: #6F6ECC; }
span { border-color: rgb(111,110,204); }
td.TdClassName
{
border-color: #6F6ECC;
}
.TagClassName
{
border-color: #6F6ECC;
}
</style>