Shades of Cosmic #69525F
Tints of Cosmic #69525F
RGB
CMYK
RGB Variations
Color information
#69525F (or 0x69525F) is known color: Cosmic. HEX triplet: 69, 52 and 5F. RGB value is (105,82,95). Sum of RGB (Red+Green+Blue) = 105+82+95=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #69525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69525F is #96ADA0. Grayscale: #5A5A5A. Windows color (decimal): -9874849 or 6247017. OLE color: 6247017.
HSL color Cylindrical-coordinate representation of color #69525F: hue angle of 326.09º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #69525F is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 82 | 95 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.59 |
| HSL | 326.09º | 0.12% | 0.37% | - |
| HSV(B) | 326.09º | 0.22% | 0.41% | - |
| XYZ | 10.91 | 9.86 | 12.16 | - |
| YUV | 90.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 95 | 0 | 0.22 | 0.10 | 0.59 | 326.09 | 0.12 | 0.37 |
| Hex | 69 | 52 | 5F | 0 | 16 | A | 3B | 146 | C | 25 |
| Octal | 151 | 122 | 137 | 0 | 26 | 12 | 73 | 506 | 14 | 45 |
| Binary | 1101001 | 1010010 | 1011111 | 0 | 10110 | 1010 | 111011 | 101000110 | 1100 | 100101 |
Color Harmonies of #69525F
Complementary color
Monochromatic Colors of #69525F
Black with #69525F
Text Example
Text Example
White with #69525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69525F; }
p { color: rgb(105,82,95); }
H1.HeaderClassName
{
color: #69525F;
}
.AnyTagClassName
{
color: #69525F;
}
</style>
background-color css
<style>
a { background-color: #69525F; }
a { background-color: rgb(105,82,95); }
div.DivClassName
{
background-color: #69525F;
}
.BgClassName
{
background-color: #69525F;
}
</style>
border-color css
<style>
span { border-color: #69525F; }
span { border-color: rgb(105,82,95); }
td.TdClassName
{
border-color: #69525F;
}
.TagClassName
{
border-color: #69525F;
}
</style>