Shades of Cosmic #6F4763
Tints of Cosmic #6F4763
RGB
CMYK
RGB Variations
Color information
#6F4763 (or 0x6F4763) is known color: Cosmic. HEX triplet: 6F, 47 and 63. RGB value is (111,71,99). Sum of RGB (Red+Green+Blue) = 111+71+99=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4763 is #90B89C. Grayscale: #565656. Windows color (decimal): -9484445 or 6506351. OLE color: 6506351.
HSL color Cylindrical-coordinate representation of color #6F4763: hue angle of 318º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F4763 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 99 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.56 |
| HSL | 318º | 0.22% | 0.36% | - |
| HSV(B) | 318º | 0.36% | 0.44% | - |
| XYZ | 11.06 | 8.79 | 12.92 | - |
| YUV | 86.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 99 | 0 | 0.36 | 0.11 | 0.56 | 318 | 0.22 | 0.36 |
| Hex | 6F | 47 | 63 | 0 | 24 | B | 38 | 13E | 16 | 24 |
| Octal | 157 | 107 | 143 | 0 | 44 | 13 | 70 | 476 | 26 | 44 |
| Binary | 1101111 | 1000111 | 1100011 | 0 | 100100 | 1011 | 111000 | 100111110 | 10110 | 100100 |
Color Harmonies of #6F4763
Complementary color
Monochromatic Colors of #6F4763
Black with #6F4763
Text Example
Text Example
White with #6F4763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4763; }
p { color: rgb(111,71,99); }
H1.HeaderClassName
{
color: #6F4763;
}
.AnyTagClassName
{
color: #6F4763;
}
</style>
background-color css
<style>
a { background-color: #6F4763; }
a { background-color: rgb(111,71,99); }
div.DivClassName
{
background-color: #6F4763;
}
.BgClassName
{
background-color: #6F4763;
}
</style>
border-color css
<style>
span { border-color: #6F4763; }
span { border-color: rgb(111,71,99); }
td.TdClassName
{
border-color: #6F4763;
}
.TagClassName
{
border-color: #6F4763;
}
</style>