Shades of Cosmic #6F5565
Tints of Cosmic #6F5565
RGB
CMYK
RGB Variations
Color information
#6F5565 (or 0x6F5565) is known color: Cosmic. HEX triplet: 6F, 55 and 65. RGB value is (111,85,101). Sum of RGB (Red+Green+Blue) = 111+85+101=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5565 is #90AA9A. Grayscale: #5E5E5E. Windows color (decimal): -9480859 or 6641007. OLE color: 6641007.
HSL color Cylindrical-coordinate representation of color #6F5565: hue angle of 323.08º 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 #6F5565 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 101 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.56 |
| HSL | 323.08º | 0.13% | 0.38% | - |
| HSV(B) | 323.08º | 0.23% | 0.44% | - |
| XYZ | 12.15 | 10.82 | 13.76 | - |
| YUV | 94.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 101 | 0 | 0.23 | 0.09 | 0.56 | 323.08 | 0.13 | 0.38 |
| Hex | 6F | 55 | 65 | 0 | 17 | 9 | 38 | 143 | D | 26 |
| Octal | 157 | 125 | 145 | 0 | 27 | 11 | 70 | 503 | 15 | 46 |
| Binary | 1101111 | 1010101 | 1100101 | 0 | 10111 | 1001 | 111000 | 101000011 | 1101 | 100110 |
Color Harmonies of #6F5565
Complementary color
Monochromatic Colors of #6F5565
Black with #6F5565
Text Example
Text Example
White with #6F5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5565; }
p { color: rgb(111,85,101); }
H1.HeaderClassName
{
color: #6F5565;
}
.AnyTagClassName
{
color: #6F5565;
}
</style>
background-color css
<style>
a { background-color: #6F5565; }
a { background-color: rgb(111,85,101); }
div.DivClassName
{
background-color: #6F5565;
}
.BgClassName
{
background-color: #6F5565;
}
</style>
border-color css
<style>
span { border-color: #6F5565; }
span { border-color: rgb(111,85,101); }
td.TdClassName
{
border-color: #6F5565;
}
.TagClassName
{
border-color: #6F5565;
}
</style>