Shades of Cosmic #6F5464
Tints of Cosmic #6F5464
RGB
CMYK
RGB Variations
Color information
#6F5464 (or 0x6F5464) is known color: Cosmic. HEX triplet: 6F, 54 and 64. RGB value is (111,84,100). Sum of RGB (Red+Green+Blue) = 111+84+100=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5464 is #90AB9B. Grayscale: #5D5D5D. Windows color (decimal): -9481116 or 6575215. OLE color: 6575215.
HSL color Cylindrical-coordinate representation of color #6F5464: hue angle of 324.44º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F5464 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 84 | 100 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.56 |
| HSL | 324.44º | 0.14% | 0.38% | - |
| HSV(B) | 324.44º | 0.24% | 0.44% | - |
| XYZ | 12.03 | 10.64 | 13.48 | - |
| YUV | 93.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 100 | 0 | 0.24 | 0.10 | 0.56 | 324.44 | 0.14 | 0.38 |
| Hex | 6F | 54 | 64 | 0 | 18 | A | 38 | 144 | E | 26 |
| Octal | 157 | 124 | 144 | 0 | 30 | 12 | 70 | 504 | 16 | 46 |
| Binary | 1101111 | 1010100 | 1100100 | 0 | 11000 | 1010 | 111000 | 101000100 | 1110 | 100110 |
Color Harmonies of #6F5464
Complementary color
Monochromatic Colors of #6F5464
Black with #6F5464
Text Example
Text Example
White with #6F5464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5464; }
p { color: rgb(111,84,100); }
H1.HeaderClassName
{
color: #6F5464;
}
.AnyTagClassName
{
color: #6F5464;
}
</style>
background-color css
<style>
a { background-color: #6F5464; }
a { background-color: rgb(111,84,100); }
div.DivClassName
{
background-color: #6F5464;
}
.BgClassName
{
background-color: #6F5464;
}
</style>
border-color css
<style>
span { border-color: #6F5464; }
span { border-color: rgb(111,84,100); }
td.TdClassName
{
border-color: #6F5464;
}
.TagClassName
{
border-color: #6F5464;
}
</style>