Shades of Cosmic #69515F
Tints of Cosmic #69515F
RGB
CMYK
RGB Variations
Color information
#69515F (or 0x69515F) is known color: Cosmic. HEX triplet: 69, 51 and 5F. RGB value is (105,81,95). Sum of RGB (Red+Green+Blue) = 105+81+95=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 105 - color contains mainly: red. Hex color #69515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69515F is #96AEA0. Grayscale: #595959. Windows color (decimal): -9875105 or 6246761. OLE color: 6246761.
HSL color Cylindrical-coordinate representation of color #69515F: hue angle of 325º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #69515F is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 81 | 95 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.59 |
| HSL | 325º | 0.13% | 0.36% | - |
| HSV(B) | 325º | 0.23% | 0.41% | - |
| XYZ | 10.83 | 9.71 | 12.13 | - |
| YUV | 89.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 95 | 0 | 0.23 | 0.10 | 0.59 | 325 | 0.13 | 0.36 |
| Hex | 69 | 51 | 5F | 0 | 17 | A | 3B | 145 | D | 24 |
| Octal | 151 | 121 | 137 | 0 | 27 | 12 | 73 | 505 | 15 | 44 |
| Binary | 1101001 | 1010001 | 1011111 | 0 | 10111 | 1010 | 111011 | 101000101 | 1101 | 100100 |
Color Harmonies of #69515F
Complementary color
Monochromatic Colors of #69515F
Black with #69515F
Text Example
Text Example
White with #69515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69515F; }
p { color: rgb(105,81,95); }
H1.HeaderClassName
{
color: #69515F;
}
.AnyTagClassName
{
color: #69515F;
}
</style>
background-color css
<style>
a { background-color: #69515F; }
a { background-color: rgb(105,81,95); }
div.DivClassName
{
background-color: #69515F;
}
.BgClassName
{
background-color: #69515F;
}
</style>
border-color css
<style>
span { border-color: #69515F; }
span { border-color: rgb(105,81,95); }
td.TdClassName
{
border-color: #69515F;
}
.TagClassName
{
border-color: #69515F;
}
</style>