Shades of Cosmic #694D60
Tints of Cosmic #694D60
RGB
CMYK
RGB Variations
Color information
#694D60 (or 0x694D60) is known color: Cosmic. HEX triplet: 69, 4D and 60. RGB value is (105,77,96). Sum of RGB (Red+Green+Blue) = 105+77+96=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 105 - color contains mainly: red. Hex color #694D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D60 is #96B29F. Grayscale: #575757. Windows color (decimal): -9876128 or 6311273. OLE color: 6311273.
HSL color Cylindrical-coordinate representation of color #694D60: hue angle of 319.29º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #694D60 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 96 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.59 |
| HSL | 319.29º | 0.15% | 0.36% | - |
| HSV(B) | 319.29º | 0.27% | 0.41% | - |
| XYZ | 10.59 | 9.16 | 12.28 | - |
| YUV | 87.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 96 | 0 | 0.27 | 0.09 | 0.59 | 319.29 | 0.15 | 0.36 |
| Hex | 69 | 4D | 60 | 0 | 1B | 9 | 3B | 13F | F | 24 |
| Octal | 151 | 115 | 140 | 0 | 33 | 11 | 73 | 477 | 17 | 44 |
| Binary | 1101001 | 1001101 | 1100000 | 0 | 11011 | 1001 | 111011 | 100111111 | 1111 | 100100 |
Color Harmonies of #694D60
Complementary color
Monochromatic Colors of #694D60
Black with #694D60
Text Example
Text Example
White with #694D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D60; }
p { color: rgb(105,77,96); }
H1.HeaderClassName
{
color: #694D60;
}
.AnyTagClassName
{
color: #694D60;
}
</style>
background-color css
<style>
a { background-color: #694D60; }
a { background-color: rgb(105,77,96); }
div.DivClassName
{
background-color: #694D60;
}
.BgClassName
{
background-color: #694D60;
}
</style>
border-color css
<style>
span { border-color: #694D60; }
span { border-color: rgb(105,77,96); }
td.TdClassName
{
border-color: #694D60;
}
.TagClassName
{
border-color: #694D60;
}
</style>