Shades of Cosmic #6F5062
Tints of Cosmic #6F5062
RGB
CMYK
RGB Variations
Color information
#6F5062 (or 0x6F5062) is known color: Cosmic. HEX triplet: 6F, 50 and 62. RGB value is (111,80,98). Sum of RGB (Red+Green+Blue) = 111+80+98=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5062 is #90AF9D. Grayscale: #5B5B5B. Windows color (decimal): -9482142 or 6443119. OLE color: 6443119.
HSL color Cylindrical-coordinate representation of color #6F5062: hue angle of 325.16º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F5062 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 98 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.56 |
| HSL | 325.16º | 0.16% | 0.37% | - |
| HSV(B) | 325.16º | 0.28% | 0.44% | - |
| XYZ | 11.63 | 10 | 12.87 | - |
| YUV | 91.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 98 | 0 | 0.28 | 0.12 | 0.56 | 325.16 | 0.16 | 0.37 |
| Hex | 6F | 50 | 62 | 0 | 1C | C | 38 | 145 | 10 | 25 |
| Octal | 157 | 120 | 142 | 0 | 34 | 14 | 70 | 505 | 20 | 45 |
| Binary | 1101111 | 1010000 | 1100010 | 0 | 11100 | 1100 | 111000 | 101000101 | 10000 | 100101 |
Color Harmonies of #6F5062
Complementary color
Monochromatic Colors of #6F5062
Black with #6F5062
Text Example
Text Example
White with #6F5062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5062; }
p { color: rgb(111,80,98); }
H1.HeaderClassName
{
color: #6F5062;
}
.AnyTagClassName
{
color: #6F5062;
}
</style>
background-color css
<style>
a { background-color: #6F5062; }
a { background-color: rgb(111,80,98); }
div.DivClassName
{
background-color: #6F5062;
}
.BgClassName
{
background-color: #6F5062;
}
</style>
border-color css
<style>
span { border-color: #6F5062; }
span { border-color: rgb(111,80,98); }
td.TdClassName
{
border-color: #6F5062;
}
.TagClassName
{
border-color: #6F5062;
}
</style>