Shades of Cosmic #6F485E
Tints of Cosmic #6F485E
RGB
CMYK
RGB Variations
Color information
#6F485E (or 0x6F485E) is known color: Cosmic. HEX triplet: 6F, 48 and 5E. RGB value is (111,72,94). Sum of RGB (Red+Green+Blue) = 111+72+94=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F485E is #90B7A1. Grayscale: #565656. Windows color (decimal): -9484194 or 6178927. OLE color: 6178927.
HSL color Cylindrical-coordinate representation of color #6F485E: hue angle of 326.15º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F485E is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 94 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.56 |
| HSL | 326.15º | 0.21% | 0.36% | - |
| HSV(B) | 326.15º | 0.35% | 0.44% | - |
| XYZ | 10.89 | 8.82 | 11.72 | - |
| YUV | 86.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 94 | 0 | 0.35 | 0.15 | 0.56 | 326.15 | 0.21 | 0.36 |
| Hex | 6F | 48 | 5E | 0 | 23 | F | 38 | 146 | 15 | 24 |
| Octal | 157 | 110 | 136 | 0 | 43 | 17 | 70 | 506 | 25 | 44 |
| Binary | 1101111 | 1001000 | 1011110 | 0 | 100011 | 1111 | 111000 | 101000110 | 10101 | 100100 |
Color Harmonies of #6F485E
Complementary color
Monochromatic Colors of #6F485E
Black with #6F485E
Text Example
Text Example
White with #6F485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F485E; }
p { color: rgb(111,72,94); }
H1.HeaderClassName
{
color: #6F485E;
}
.AnyTagClassName
{
color: #6F485E;
}
</style>
background-color css
<style>
a { background-color: #6F485E; }
a { background-color: rgb(111,72,94); }
div.DivClassName
{
background-color: #6F485E;
}
.BgClassName
{
background-color: #6F485E;
}
</style>
border-color css
<style>
span { border-color: #6F485E; }
span { border-color: rgb(111,72,94); }
td.TdClassName
{
border-color: #6F485E;
}
.TagClassName
{
border-color: #6F485E;
}
</style>