Shades of Cosmic #6F555F
Tints of Cosmic #6F555F
RGB
CMYK
RGB Variations
Color information
#6F555F (or 0x6F555F) is known color: Cosmic. HEX triplet: 6F, 55 and 5F. RGB value is (111,85,95). Sum of RGB (Red+Green+Blue) = 111+85+95=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F555F is #90AAA0. Grayscale: #5D5D5D. Windows color (decimal): -9480865 or 6247791. OLE color: 6247791.
HSL color Cylindrical-coordinate representation of color #6F555F: hue angle of 336.92º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F555F is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 95 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.56 |
| HSL | 336.92º | 0.13% | 0.38% | - |
| HSV(B) | 336.92º | 0.23% | 0.44% | - |
| XYZ | 11.87 | 10.7 | 12.27 | - |
| YUV | 93.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 95 | 0 | 0.23 | 0.14 | 0.56 | 336.92 | 0.13 | 0.38 |
| Hex | 6F | 55 | 5F | 0 | 17 | E | 38 | 151 | D | 26 |
| Octal | 157 | 125 | 137 | 0 | 27 | 16 | 70 | 521 | 15 | 46 |
| Binary | 1101111 | 1010101 | 1011111 | 0 | 10111 | 1110 | 111000 | 101010001 | 1101 | 100110 |
Color Harmonies of #6F555F
Complementary color
Monochromatic Colors of #6F555F
Black with #6F555F
Text Example
Text Example
White with #6F555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F555F; }
p { color: rgb(111,85,95); }
H1.HeaderClassName
{
color: #6F555F;
}
.AnyTagClassName
{
color: #6F555F;
}
</style>
background-color css
<style>
a { background-color: #6F555F; }
a { background-color: rgb(111,85,95); }
div.DivClassName
{
background-color: #6F555F;
}
.BgClassName
{
background-color: #6F555F;
}
</style>
border-color css
<style>
span { border-color: #6F555F; }
span { border-color: rgb(111,85,95); }
td.TdClassName
{
border-color: #6F555F;
}
.TagClassName
{
border-color: #6F555F;
}
</style>