Shades of Cosmic #6F4662
Tints of Cosmic #6F4662
RGB
CMYK
RGB Variations
Color information
#6F4662 (or 0x6F4662) is known color: Cosmic. HEX triplet: 6F, 46 and 62. RGB value is (111,70,98). Sum of RGB (Red+Green+Blue) = 111+70+98=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4662 is #90B99D. Grayscale: #555555. Windows color (decimal): -9484702 or 6440559. OLE color: 6440559.
HSL color Cylindrical-coordinate representation of color #6F4662: hue angle of 319.02º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F4662 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 98 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.56 |
| HSL | 319.02º | 0.23% | 0.35% | - |
| HSV(B) | 319.02º | 0.37% | 0.44% | - |
| XYZ | 10.95 | 8.64 | 12.65 | - |
| YUV | 85.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 98 | 0 | 0.37 | 0.12 | 0.56 | 319.02 | 0.23 | 0.35 |
| Hex | 6F | 46 | 62 | 0 | 25 | C | 38 | 13F | 17 | 23 |
| Octal | 157 | 106 | 142 | 0 | 45 | 14 | 70 | 477 | 27 | 43 |
| Binary | 1101111 | 1000110 | 1100010 | 0 | 100101 | 1100 | 111000 | 100111111 | 10111 | 100011 |
Color Harmonies of #6F4662
Complementary color
Monochromatic Colors of #6F4662
Black with #6F4662
Text Example
Text Example
White with #6F4662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4662; }
p { color: rgb(111,70,98); }
H1.HeaderClassName
{
color: #6F4662;
}
.AnyTagClassName
{
color: #6F4662;
}
</style>
background-color css
<style>
a { background-color: #6F4662; }
a { background-color: rgb(111,70,98); }
div.DivClassName
{
background-color: #6F4662;
}
.BgClassName
{
background-color: #6F4662;
}
</style>
border-color css
<style>
span { border-color: #6F4662; }
span { border-color: rgb(111,70,98); }
td.TdClassName
{
border-color: #6F4662;
}
.TagClassName
{
border-color: #6F4662;
}
</style>