Shades of Cosmic #6F4A5C
Tints of Cosmic #6F4A5C
RGB
CMYK
RGB Variations
Color information
#6F4A5C (or 0x6F4A5C) is known color: Cosmic. HEX triplet: 6F, 4A and 5C. RGB value is (111,74,92). Sum of RGB (Red+Green+Blue) = 111+74+92=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4A5C is #90B5A3. Grayscale: #575757. Windows color (decimal): -9483684 or 6048367. OLE color: 6048367.
HSL color Cylindrical-coordinate representation of color #6F4A5C: hue angle of 330.81º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F4A5C is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 74 | 92 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.56 |
| HSL | 330.81º | 0.2% | 0.36% | - |
| HSV(B) | 330.81º | 0.33% | 0.44% | - |
| XYZ | 10.94 | 9.05 | 11.3 | - |
| YUV | 87.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 74 | 92 | 0 | 0.33 | 0.17 | 0.56 | 330.81 | 0.2 | 0.36 |
| Hex | 6F | 4A | 5C | 0 | 21 | 11 | 38 | 14B | 14 | 24 |
| Octal | 157 | 112 | 134 | 0 | 41 | 21 | 70 | 513 | 24 | 44 |
| Binary | 1101111 | 1001010 | 1011100 | 0 | 100001 | 10001 | 111000 | 101001011 | 10100 | 100100 |
Color Harmonies of #6F4A5C
Complementary color
Monochromatic Colors of #6F4A5C
Black with #6F4A5C
Text Example
Text Example
White with #6F4A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4A5C; }
p { color: rgb(111,74,92); }
H1.HeaderClassName
{
color: #6F4A5C;
}
.AnyTagClassName
{
color: #6F4A5C;
}
</style>
background-color css
<style>
a { background-color: #6F4A5C; }
a { background-color: rgb(111,74,92); }
div.DivClassName
{
background-color: #6F4A5C;
}
.BgClassName
{
background-color: #6F4A5C;
}
</style>
border-color css
<style>
span { border-color: #6F4A5C; }
span { border-color: rgb(111,74,92); }
td.TdClassName
{
border-color: #6F4A5C;
}
.TagClassName
{
border-color: #6F4A5C;
}
</style>