Shades of Cosmic #6F5866
Tints of Cosmic #6F5866
RGB
CMYK
RGB Variations
Color information
#6F5866 (or 0x6F5866) is known color: Cosmic. HEX triplet: 6F, 58 and 66. RGB value is (111,88,102). Sum of RGB (Red+Green+Blue) = 111+88+102=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5866 is #90A799. Grayscale: #606060. Windows color (decimal): -9480090 or 6707311. OLE color: 6707311.
HSL color Cylindrical-coordinate representation of color #6F5866: hue angle of 323.48º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F5866 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 102 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.56 |
| HSL | 323.48º | 0.12% | 0.39% | - |
| HSV(B) | 323.48º | 0.21% | 0.44% | - |
| XYZ | 12.44 | 11.32 | 14.1 | - |
| YUV | 96.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 102 | 0 | 0.21 | 0.08 | 0.56 | 323.48 | 0.12 | 0.39 |
| Hex | 6F | 58 | 66 | 0 | 15 | 8 | 38 | 143 | C | 27 |
| Octal | 157 | 130 | 146 | 0 | 25 | 10 | 70 | 503 | 14 | 47 |
| Binary | 1101111 | 1011000 | 1100110 | 0 | 10101 | 1000 | 111000 | 101000011 | 1100 | 100111 |
Color Harmonies of #6F5866
Complementary color
Monochromatic Colors of #6F5866
Black with #6F5866
Text Example
Text Example
White with #6F5866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5866; }
p { color: rgb(111,88,102); }
H1.HeaderClassName
{
color: #6F5866;
}
.AnyTagClassName
{
color: #6F5866;
}
</style>
background-color css
<style>
a { background-color: #6F5866; }
a { background-color: rgb(111,88,102); }
div.DivClassName
{
background-color: #6F5866;
}
.BgClassName
{
background-color: #6F5866;
}
</style>
border-color css
<style>
span { border-color: #6F5866; }
span { border-color: rgb(111,88,102); }
td.TdClassName
{
border-color: #6F5866;
}
.TagClassName
{
border-color: #6F5866;
}
</style>