Shades of Cosmic #6F565E
Tints of Cosmic #6F565E
RGB
CMYK
RGB Variations
Color information
#6F565E (or 0x6F565E) is known color: Cosmic. HEX triplet: 6F, 56 and 5E. RGB value is (111,86,94). Sum of RGB (Red+Green+Blue) = 111+86+94=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F565E is #90A9A1. Grayscale: #5E5E5E. Windows color (decimal): -9480610 or 6182511. OLE color: 6182511.
HSL color Cylindrical-coordinate representation of color #6F565E: hue angle of 340.8º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F565E is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 86 | 94 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.56 |
| HSL | 340.8º | 0.13% | 0.39% | - |
| HSV(B) | 340.8º | 0.23% | 0.44% | - |
| XYZ | 11.9 | 10.84 | 12.06 | - |
| YUV | 94.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 94 | 0 | 0.23 | 0.15 | 0.56 | 340.8 | 0.13 | 0.39 |
| Hex | 6F | 56 | 5E | 0 | 17 | F | 38 | 155 | D | 27 |
| Octal | 157 | 126 | 136 | 0 | 27 | 17 | 70 | 525 | 15 | 47 |
| Binary | 1101111 | 1010110 | 1011110 | 0 | 10111 | 1111 | 111000 | 101010101 | 1101 | 100111 |
Color Harmonies of #6F565E
Complementary color
Monochromatic Colors of #6F565E
Black with #6F565E
Text Example
Text Example
White with #6F565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F565E; }
p { color: rgb(111,86,94); }
H1.HeaderClassName
{
color: #6F565E;
}
.AnyTagClassName
{
color: #6F565E;
}
</style>
background-color css
<style>
a { background-color: #6F565E; }
a { background-color: rgb(111,86,94); }
div.DivClassName
{
background-color: #6F565E;
}
.BgClassName
{
background-color: #6F565E;
}
</style>
border-color css
<style>
span { border-color: #6F565E; }
span { border-color: rgb(111,86,94); }
td.TdClassName
{
border-color: #6F565E;
}
.TagClassName
{
border-color: #6F565E;
}
</style>