Shades of Cosmic #6F4360
Tints of Cosmic #6F4360
RGB
CMYK
RGB Variations
Color information
#6F4360 (or 0x6F4360) is known color: Cosmic. HEX triplet: 6F, 43 and 60. RGB value is (111,67,96). Sum of RGB (Red+Green+Blue) = 111+67+96=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4360 is #90BC9F. Grayscale: #535353. Windows color (decimal): -9485472 or 6308719. OLE color: 6308719.
HSL color Cylindrical-coordinate representation of color #6F4360: hue angle of 320.45º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F4360 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 96 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.56 |
| HSL | 320.45º | 0.25% | 0.35% | - |
| HSV(B) | 320.45º | 0.4% | 0.44% | - |
| XYZ | 10.67 | 8.24 | 12.09 | - |
| YUV | 83.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 96 | 0 | 0.40 | 0.14 | 0.56 | 320.45 | 0.25 | 0.35 |
| Hex | 6F | 43 | 60 | 0 | 28 | E | 38 | 140 | 19 | 23 |
| Octal | 157 | 103 | 140 | 0 | 50 | 16 | 70 | 500 | 31 | 43 |
| Binary | 1101111 | 1000011 | 1100000 | 0 | 101000 | 1110 | 111000 | 101000000 | 11001 | 100011 |
Color Harmonies of #6F4360
Complementary color
Monochromatic Colors of #6F4360
Black with #6F4360
Text Example
Text Example
White with #6F4360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4360; }
p { color: rgb(111,67,96); }
H1.HeaderClassName
{
color: #6F4360;
}
.AnyTagClassName
{
color: #6F4360;
}
</style>
background-color css
<style>
a { background-color: #6F4360; }
a { background-color: rgb(111,67,96); }
div.DivClassName
{
background-color: #6F4360;
}
.BgClassName
{
background-color: #6F4360;
}
</style>
border-color css
<style>
span { border-color: #6F4360; }
span { border-color: rgb(111,67,96); }
td.TdClassName
{
border-color: #6F4360;
}
.TagClassName
{
border-color: #6F4360;
}
</style>