Shades of Cosmic #6F5965
Tints of Cosmic #6F5965
RGB
CMYK
RGB Variations
Color information
#6F5965 (or 0x6F5965) is known color: Cosmic. HEX triplet: 6F, 59 and 65. RGB value is (111,89,101). Sum of RGB (Red+Green+Blue) = 111+89+101=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5965 is #90A69A. Grayscale: #606060. Windows color (decimal): -9479835 or 6642031. OLE color: 6642031.
HSL color Cylindrical-coordinate representation of color #6F5965: hue angle of 327.27º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F5965 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 101 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.56 |
| HSL | 327.27º | 0.11% | 0.39% | - |
| HSV(B) | 327.27º | 0.2% | 0.44% | - |
| XYZ | 12.48 | 11.46 | 13.87 | - |
| YUV | 96.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 101 | 0 | 0.20 | 0.09 | 0.56 | 327.27 | 0.11 | 0.39 |
| Hex | 6F | 59 | 65 | 0 | 14 | 9 | 38 | 147 | B | 27 |
| Octal | 157 | 131 | 145 | 0 | 24 | 11 | 70 | 507 | 13 | 47 |
| Binary | 1101111 | 1011001 | 1100101 | 0 | 10100 | 1001 | 111000 | 101000111 | 1011 | 100111 |
Color Harmonies of #6F5965
Complementary color
Monochromatic Colors of #6F5965
Black with #6F5965
Text Example
Text Example
White with #6F5965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5965; }
p { color: rgb(111,89,101); }
H1.HeaderClassName
{
color: #6F5965;
}
.AnyTagClassName
{
color: #6F5965;
}
</style>
background-color css
<style>
a { background-color: #6F5965; }
a { background-color: rgb(111,89,101); }
div.DivClassName
{
background-color: #6F5965;
}
.BgClassName
{
background-color: #6F5965;
}
</style>
border-color css
<style>
span { border-color: #6F5965; }
span { border-color: rgb(111,89,101); }
td.TdClassName
{
border-color: #6F5965;
}
.TagClassName
{
border-color: #6F5965;
}
</style>