Shades of Cosmic #6F5462
Tints of Cosmic #6F5462
RGB
CMYK
RGB Variations
Color information
#6F5462 (or 0x6F5462) is known color: Cosmic. HEX triplet: 6F, 54 and 62. RGB value is (111,84,98). Sum of RGB (Red+Green+Blue) = 111+84+98=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5462 is #90AB9D. Grayscale: #5D5D5D. Windows color (decimal): -9481118 or 6444143. OLE color: 6444143.
HSL color Cylindrical-coordinate representation of color #6F5462: hue angle of 328.89º 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 #6F5462 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 84 | 98 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.56 |
| HSL | 328.89º | 0.14% | 0.38% | - |
| HSV(B) | 328.89º | 0.24% | 0.44% | - |
| XYZ | 11.93 | 10.6 | 12.97 | - |
| YUV | 93.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 98 | 0 | 0.24 | 0.12 | 0.56 | 328.89 | 0.14 | 0.38 |
| Hex | 6F | 54 | 62 | 0 | 18 | C | 38 | 149 | E | 26 |
| Octal | 157 | 124 | 142 | 0 | 30 | 14 | 70 | 511 | 16 | 46 |
| Binary | 1101111 | 1010100 | 1100010 | 0 | 11000 | 1100 | 111000 | 101001001 | 1110 | 100110 |
Color Harmonies of #6F5462
Complementary color
Monochromatic Colors of #6F5462
Black with #6F5462
Text Example
Text Example
White with #6F5462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5462; }
p { color: rgb(111,84,98); }
H1.HeaderClassName
{
color: #6F5462;
}
.AnyTagClassName
{
color: #6F5462;
}
</style>
background-color css
<style>
a { background-color: #6F5462; }
a { background-color: rgb(111,84,98); }
div.DivClassName
{
background-color: #6F5462;
}
.BgClassName
{
background-color: #6F5462;
}
</style>
border-color css
<style>
span { border-color: #6F5462; }
span { border-color: rgb(111,84,98); }
td.TdClassName
{
border-color: #6F5462;
}
.TagClassName
{
border-color: #6F5462;
}
</style>