Shades of Cosmic #6F4560
Tints of Cosmic #6F4560
RGB
CMYK
RGB Variations
Color information
#6F4560 (or 0x6F4560) is known color: Cosmic. HEX triplet: 6F, 45 and 60. RGB value is (111,69,96). Sum of RGB (Red+Green+Blue) = 111+69+96=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4560 is #90BA9F. Grayscale: #545454. Windows color (decimal): -9484960 or 6309231. OLE color: 6309231.
HSL color Cylindrical-coordinate representation of color #6F4560: hue angle of 321.43º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F4560 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 69 | 96 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.56 |
| HSL | 321.43º | 0.23% | 0.35% | - |
| HSV(B) | 321.43º | 0.38% | 0.44% | - |
| XYZ | 10.79 | 8.48 | 12.13 | - |
| YUV | 84.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 96 | 0 | 0.38 | 0.14 | 0.56 | 321.43 | 0.23 | 0.35 |
| Hex | 6F | 45 | 60 | 0 | 26 | E | 38 | 141 | 17 | 23 |
| Octal | 157 | 105 | 140 | 0 | 46 | 16 | 70 | 501 | 27 | 43 |
| Binary | 1101111 | 1000101 | 1100000 | 0 | 100110 | 1110 | 111000 | 101000001 | 10111 | 100011 |
Color Harmonies of #6F4560
Complementary color
Monochromatic Colors of #6F4560
Black with #6F4560
Text Example
Text Example
White with #6F4560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4560; }
p { color: rgb(111,69,96); }
H1.HeaderClassName
{
color: #6F4560;
}
.AnyTagClassName
{
color: #6F4560;
}
</style>
background-color css
<style>
a { background-color: #6F4560; }
a { background-color: rgb(111,69,96); }
div.DivClassName
{
background-color: #6F4560;
}
.BgClassName
{
background-color: #6F4560;
}
</style>
border-color css
<style>
span { border-color: #6F4560; }
span { border-color: rgb(111,69,96); }
td.TdClassName
{
border-color: #6F4560;
}
.TagClassName
{
border-color: #6F4560;
}
</style>