Shades of Cosmic #6F5363
Tints of Cosmic #6F5363
RGB
CMYK
RGB Variations
Color information
#6F5363 (or 0x6F5363) is known color: Cosmic. HEX triplet: 6F, 53 and 63. RGB value is (111,83,99). Sum of RGB (Red+Green+Blue) = 111+83+99=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5363 is #90AC9C. Grayscale: #5D5D5D. Windows color (decimal): -9481373 or 6509423. OLE color: 6509423.
HSL color Cylindrical-coordinate representation of color #6F5363: hue angle of 325.71º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F5363 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 83 | 99 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.56 |
| HSL | 325.71º | 0.14% | 0.38% | - |
| HSV(B) | 325.71º | 0.25% | 0.44% | - |
| XYZ | 11.9 | 10.47 | 13.2 | - |
| YUV | 93.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 83 | 99 | 0 | 0.25 | 0.11 | 0.56 | 325.71 | 0.14 | 0.38 |
| Hex | 6F | 53 | 63 | 0 | 19 | B | 38 | 146 | E | 26 |
| Octal | 157 | 123 | 143 | 0 | 31 | 13 | 70 | 506 | 16 | 46 |
| Binary | 1101111 | 1010011 | 1100011 | 0 | 11001 | 1011 | 111000 | 101000110 | 1110 | 100110 |
Color Harmonies of #6F5363
Complementary color
Monochromatic Colors of #6F5363
Black with #6F5363
Text Example
Text Example
White with #6F5363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5363; }
p { color: rgb(111,83,99); }
H1.HeaderClassName
{
color: #6F5363;
}
.AnyTagClassName
{
color: #6F5363;
}
</style>
background-color css
<style>
a { background-color: #6F5363; }
a { background-color: rgb(111,83,99); }
div.DivClassName
{
background-color: #6F5363;
}
.BgClassName
{
background-color: #6F5363;
}
</style>
border-color css
<style>
span { border-color: #6F5363; }
span { border-color: rgb(111,83,99); }
td.TdClassName
{
border-color: #6F5363;
}
.TagClassName
{
border-color: #6F5363;
}
</style>