Shades of Cosmic #6F5561
Tints of Cosmic #6F5561
RGB
CMYK
RGB Variations
Color information
#6F5561 (or 0x6F5561) is known color: Cosmic. HEX triplet: 6F, 55 and 61. RGB value is (111,85,97). Sum of RGB (Red+Green+Blue) = 111+85+97=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5561 is #90AA9E. Grayscale: #5E5E5E. Windows color (decimal): -9480863 or 6378863. OLE color: 6378863.
HSL color Cylindrical-coordinate representation of color #6F5561: hue angle of 332.31º 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 #6F5561 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 97 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.56 |
| HSL | 332.31º | 0.13% | 0.38% | - |
| HSV(B) | 332.31º | 0.23% | 0.44% | - |
| XYZ | 11.96 | 10.74 | 12.75 | - |
| YUV | 94.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 97 | 0 | 0.23 | 0.13 | 0.56 | 332.31 | 0.13 | 0.38 |
| Hex | 6F | 55 | 61 | 0 | 17 | D | 38 | 14C | D | 26 |
| Octal | 157 | 125 | 141 | 0 | 27 | 15 | 70 | 514 | 15 | 46 |
| Binary | 1101111 | 1010101 | 1100001 | 0 | 10111 | 1101 | 111000 | 101001100 | 1101 | 100110 |
Color Harmonies of #6F5561
Complementary color
Monochromatic Colors of #6F5561
Black with #6F5561
Text Example
Text Example
White with #6F5561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5561; }
p { color: rgb(111,85,97); }
H1.HeaderClassName
{
color: #6F5561;
}
.AnyTagClassName
{
color: #6F5561;
}
</style>
background-color css
<style>
a { background-color: #6F5561; }
a { background-color: rgb(111,85,97); }
div.DivClassName
{
background-color: #6F5561;
}
.BgClassName
{
background-color: #6F5561;
}
</style>
border-color css
<style>
span { border-color: #6F5561; }
span { border-color: rgb(111,85,97); }
td.TdClassName
{
border-color: #6F5561;
}
.TagClassName
{
border-color: #6F5561;
}
</style>