Shades of Cosmic #6F4D63
Tints of Cosmic #6F4D63
RGB
CMYK
RGB Variations
Color information
#6F4D63 (or 0x6F4D63) is known color: Cosmic. HEX triplet: 6F, 4D and 63. RGB value is (111,77,99). Sum of RGB (Red+Green+Blue) = 111+77+99=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D63 is #90B29C. Grayscale: #595959. Windows color (decimal): -9482909 or 6507887. OLE color: 6507887.
HSL color Cylindrical-coordinate representation of color #6F4D63: hue angle of 321.18º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F4D63 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 99 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.56 |
| HSL | 321.18º | 0.18% | 0.37% | - |
| HSV(B) | 321.18º | 0.31% | 0.44% | - |
| XYZ | 11.46 | 9.59 | 13.05 | - |
| YUV | 89.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 99 | 0 | 0.31 | 0.11 | 0.56 | 321.18 | 0.18 | 0.37 |
| Hex | 6F | 4D | 63 | 0 | 1F | B | 38 | 141 | 12 | 25 |
| Octal | 157 | 115 | 143 | 0 | 37 | 13 | 70 | 501 | 22 | 45 |
| Binary | 1101111 | 1001101 | 1100011 | 0 | 11111 | 1011 | 111000 | 101000001 | 10010 | 100101 |
Color Harmonies of #6F4D63
Complementary color
Monochromatic Colors of #6F4D63
Black with #6F4D63
Text Example
Text Example
White with #6F4D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D63; }
p { color: rgb(111,77,99); }
H1.HeaderClassName
{
color: #6F4D63;
}
.AnyTagClassName
{
color: #6F4D63;
}
</style>
background-color css
<style>
a { background-color: #6F4D63; }
a { background-color: rgb(111,77,99); }
div.DivClassName
{
background-color: #6F4D63;
}
.BgClassName
{
background-color: #6F4D63;
}
</style>
border-color css
<style>
span { border-color: #6F4D63; }
span { border-color: rgb(111,77,99); }
td.TdClassName
{
border-color: #6F4D63;
}
.TagClassName
{
border-color: #6F4D63;
}
</style>