Shades of Cosmic #6F5B66
Tints of Cosmic #6F5B66
RGB
CMYK
RGB Variations
Color information
#6F5B66 (or 0x6F5B66) is known color: Cosmic. HEX triplet: 6F, 5B and 66. RGB value is (111,91,102). Sum of RGB (Red+Green+Blue) = 111+91+102=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B66 is #90A499. Grayscale: #626262. Windows color (decimal): -9479322 or 6708079. OLE color: 6708079.
HSL color Cylindrical-coordinate representation of color #6F5B66: hue angle of 327º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F5B66 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 102 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.56 |
| HSL | 327º | 0.1% | 0.4% | - |
| HSV(B) | 327º | 0.18% | 0.44% | - |
| XYZ | 12.69 | 11.82 | 14.18 | - |
| YUV | 98.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 102 | 0 | 0.18 | 0.08 | 0.56 | 327 | 0.1 | 0.4 |
| Hex | 6F | 5B | 66 | 0 | 12 | 8 | 38 | 147 | A | 28 |
| Octal | 157 | 133 | 146 | 0 | 22 | 10 | 70 | 507 | 12 | 50 |
| Binary | 1101111 | 1011011 | 1100110 | 0 | 10010 | 1000 | 111000 | 101000111 | 1010 | 101000 |
Color Harmonies of #6F5B66
Complementary color
Monochromatic Colors of #6F5B66
Black with #6F5B66
Text Example
Text Example
White with #6F5B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B66; }
p { color: rgb(111,91,102); }
H1.HeaderClassName
{
color: #6F5B66;
}
.AnyTagClassName
{
color: #6F5B66;
}
</style>
background-color css
<style>
a { background-color: #6F5B66; }
a { background-color: rgb(111,91,102); }
div.DivClassName
{
background-color: #6F5B66;
}
.BgClassName
{
background-color: #6F5B66;
}
</style>
border-color css
<style>
span { border-color: #6F5B66; }
span { border-color: rgb(111,91,102); }
td.TdClassName
{
border-color: #6F5B66;
}
.TagClassName
{
border-color: #6F5B66;
}
</style>