Shades of Cosmic #804669
Tints of Cosmic #804669
RGB
CMYK
RGB Variations
Color information
#804669 (or 0x804669) is known color: Cosmic. HEX triplet: 80, 46 and 69. RGB value is (128,70,105). Sum of RGB (Red+Green+Blue) = 128+70+105=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #804669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804669 is #7FB996. Grayscale: #5B5B5B. Windows color (decimal): -8370583 or 6899328. OLE color: 6899328.
HSL color Cylindrical-coordinate representation of color #804669: hue angle of 323.79º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #804669 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 105 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.50 |
| HSL | 323.79º | 0.29% | 0.39% | - |
| HSV(B) | 323.79º | 0.45% | 0.5% | - |
| XYZ | 13.64 | 9.99 | 14.57 | - |
| YUV | 91.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 105 | 0 | 0.45 | 0.18 | 0.50 | 323.79 | 0.29 | 0.39 |
| Hex | 80 | 46 | 69 | 0 | 2D | 12 | 32 | 144 | 1D | 27 |
| Octal | 200 | 106 | 151 | 0 | 55 | 22 | 62 | 504 | 35 | 47 |
| Binary | 10000000 | 1000110 | 1101001 | 0 | 101101 | 10010 | 110010 | 101000100 | 11101 | 100111 |
Color Harmonies of #804669
Complementary color
Monochromatic Colors of #804669
Black with #804669
Text Example
Text Example
White with #804669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804669; }
p { color: rgb(128,70,105); }
H1.HeaderClassName
{
color: #804669;
}
.AnyTagClassName
{
color: #804669;
}
</style>
background-color css
<style>
a { background-color: #804669; }
a { background-color: rgb(128,70,105); }
div.DivClassName
{
background-color: #804669;
}
.BgClassName
{
background-color: #804669;
}
</style>
border-color css
<style>
span { border-color: #804669; }
span { border-color: rgb(128,70,105); }
td.TdClassName
{
border-color: #804669;
}
.TagClassName
{
border-color: #804669;
}
</style>