Shades of Cosmic #69555D
Tints of Cosmic #69555D
RGB
CMYK
RGB Variations
Color information
#69555D (or 0x69555D) is known color: Cosmic. HEX triplet: 69, 55 and 5D. RGB value is (105,85,93). Sum of RGB (Red+Green+Blue) = 105+85+93=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #69555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69555D is #96AAA2. Grayscale: #5B5B5B. Windows color (decimal): -9874083 or 6116713. OLE color: 6116713.
HSL color Cylindrical-coordinate representation of color #69555D: hue angle of 336º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #69555D is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 85 | 93 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.59 |
| HSL | 336º | 0.11% | 0.37% | - |
| HSV(B) | 336º | 0.19% | 0.41% | - |
| XYZ | 11.05 | 10.29 | 11.76 | - |
| YUV | 91.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 93 | 0 | 0.19 | 0.11 | 0.59 | 336 | 0.11 | 0.37 |
| Hex | 69 | 55 | 5D | 0 | 13 | B | 3B | 150 | B | 25 |
| Octal | 151 | 125 | 135 | 0 | 23 | 13 | 73 | 520 | 13 | 45 |
| Binary | 1101001 | 1010101 | 1011101 | 0 | 10011 | 1011 | 111011 | 101010000 | 1011 | 100101 |
Color Harmonies of #69555D
Complementary color
Monochromatic Colors of #69555D
Black with #69555D
Text Example
Text Example
White with #69555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69555D; }
p { color: rgb(105,85,93); }
H1.HeaderClassName
{
color: #69555D;
}
.AnyTagClassName
{
color: #69555D;
}
</style>
background-color css
<style>
a { background-color: #69555D; }
a { background-color: rgb(105,85,93); }
div.DivClassName
{
background-color: #69555D;
}
.BgClassName
{
background-color: #69555D;
}
</style>
border-color css
<style>
span { border-color: #69555D; }
span { border-color: rgb(105,85,93); }
td.TdClassName
{
border-color: #69555D;
}
.TagClassName
{
border-color: #69555D;
}
</style>