Shades of Cosmic #6F495C
Tints of Cosmic #6F495C
RGB
CMYK
RGB Variations
Color information
#6F495C (or 0x6F495C) is known color: Cosmic. HEX triplet: 6F, 49 and 5C. RGB value is (111,73,92). Sum of RGB (Red+Green+Blue) = 111+73+92=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F495C is #90B6A3. Grayscale: #565656. Windows color (decimal): -9483940 or 6048111. OLE color: 6048111.
HSL color Cylindrical-coordinate representation of color #6F495C: hue angle of 330º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F495C is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 92 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.56 |
| HSL | 330º | 0.21% | 0.36% | - |
| HSV(B) | 330º | 0.34% | 0.44% | - |
| XYZ | 10.87 | 8.92 | 11.27 | - |
| YUV | 86.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 92 | 0 | 0.34 | 0.17 | 0.56 | 330 | 0.21 | 0.36 |
| Hex | 6F | 49 | 5C | 0 | 22 | 11 | 38 | 14A | 15 | 24 |
| Octal | 157 | 111 | 134 | 0 | 42 | 21 | 70 | 512 | 25 | 44 |
| Binary | 1101111 | 1001001 | 1011100 | 0 | 100010 | 10001 | 111000 | 101001010 | 10101 | 100100 |
Color Harmonies of #6F495C
Complementary color
Monochromatic Colors of #6F495C
Black with #6F495C
Text Example
Text Example
White with #6F495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F495C; }
p { color: rgb(111,73,92); }
H1.HeaderClassName
{
color: #6F495C;
}
.AnyTagClassName
{
color: #6F495C;
}
</style>
background-color css
<style>
a { background-color: #6F495C; }
a { background-color: rgb(111,73,92); }
div.DivClassName
{
background-color: #6F495C;
}
.BgClassName
{
background-color: #6F495C;
}
</style>
border-color css
<style>
span { border-color: #6F495C; }
span { border-color: rgb(111,73,92); }
td.TdClassName
{
border-color: #6F495C;
}
.TagClassName
{
border-color: #6F495C;
}
</style>