Shades of Cosmic #69545F
Tints of Cosmic #69545F
RGB
CMYK
RGB Variations
Color information
#69545F (or 0x69545F) is known color: Cosmic. HEX triplet: 69, 54 and 5F. RGB value is (105,84,95). Sum of RGB (Red+Green+Blue) = 105+84+95=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #69545F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69545F is #96ABA0. Grayscale: #5B5B5B. Windows color (decimal): -9874337 or 6247529. OLE color: 6247529.
HSL color Cylindrical-coordinate representation of color #69545F: hue angle of 328.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69545F is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 84 | 95 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.59 |
| HSL | 328.57º | 0.11% | 0.37% | - |
| HSV(B) | 328.57º | 0.2% | 0.41% | - |
| XYZ | 11.06 | 10.17 | 12.21 | - |
| YUV | 91.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 84 | 95 | 0 | 0.20 | 0.10 | 0.59 | 328.57 | 0.11 | 0.37 |
| Hex | 69 | 54 | 5F | 0 | 14 | A | 3B | 149 | B | 25 |
| Octal | 151 | 124 | 137 | 0 | 24 | 12 | 73 | 511 | 13 | 45 |
| Binary | 1101001 | 1010100 | 1011111 | 0 | 10100 | 1010 | 111011 | 101001001 | 1011 | 100101 |
Color Harmonies of #69545F
Complementary color
Monochromatic Colors of #69545F
Black with #69545F
Text Example
Text Example
White with #69545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69545F; }
p { color: rgb(105,84,95); }
H1.HeaderClassName
{
color: #69545F;
}
.AnyTagClassName
{
color: #69545F;
}
</style>
background-color css
<style>
a { background-color: #69545F; }
a { background-color: rgb(105,84,95); }
div.DivClassName
{
background-color: #69545F;
}
.BgClassName
{
background-color: #69545F;
}
</style>
border-color css
<style>
span { border-color: #69545F; }
span { border-color: rgb(105,84,95); }
td.TdClassName
{
border-color: #69545F;
}
.TagClassName
{
border-color: #69545F;
}
</style>