Shades of Cosmic #6F4663
Tints of Cosmic #6F4663
RGB
CMYK
RGB Variations
Color information
#6F4663 (or 0x6F4663) is known color: Cosmic. HEX triplet: 6F, 46 and 63. RGB value is (111,70,99). Sum of RGB (Red+Green+Blue) = 111+70+99=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4663 is #90B99C. Grayscale: #555555. Windows color (decimal): -9484701 or 6506095. OLE color: 6506095.
HSL color Cylindrical-coordinate representation of color #6F4663: hue angle of 317.56º 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 #6F4663 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 99 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.56 |
| HSL | 317.56º | 0.23% | 0.35% | - |
| HSV(B) | 317.56º | 0.37% | 0.44% | - |
| XYZ | 11 | 8.66 | 12.9 | - |
| YUV | 85.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 99 | 0 | 0.37 | 0.11 | 0.56 | 317.56 | 0.23 | 0.35 |
| Hex | 6F | 46 | 63 | 0 | 25 | B | 38 | 13E | 17 | 23 |
| Octal | 157 | 106 | 143 | 0 | 45 | 13 | 70 | 476 | 27 | 43 |
| Binary | 1101111 | 1000110 | 1100011 | 0 | 100101 | 1011 | 111000 | 100111110 | 10111 | 100011 |
Color Harmonies of #6F4663
Complementary color
Monochromatic Colors of #6F4663
Black with #6F4663
Text Example
Text Example
White with #6F4663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4663; }
p { color: rgb(111,70,99); }
H1.HeaderClassName
{
color: #6F4663;
}
.AnyTagClassName
{
color: #6F4663;
}
</style>
background-color css
<style>
a { background-color: #6F4663; }
a { background-color: rgb(111,70,99); }
div.DivClassName
{
background-color: #6F4663;
}
.BgClassName
{
background-color: #6F4663;
}
</style>
border-color css
<style>
span { border-color: #6F4663; }
span { border-color: rgb(111,70,99); }
td.TdClassName
{
border-color: #6F4663;
}
.TagClassName
{
border-color: #6F4663;
}
</style>