Shades of Cosmic #6F4363
Tints of Cosmic #6F4363
RGB
CMYK
RGB Variations
Color information
#6F4363 (or 0x6F4363) is known color: Cosmic. HEX triplet: 6F, 43 and 63. RGB value is (111,67,99). Sum of RGB (Red+Green+Blue) = 111+67+99=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4363 is #90BC9C. Grayscale: #535353. Windows color (decimal): -9485469 or 6505327. OLE color: 6505327.
HSL color Cylindrical-coordinate representation of color #6F4363: hue angle of 316.36º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F4363 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 99 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.56 |
| HSL | 316.36º | 0.25% | 0.35% | - |
| HSV(B) | 316.36º | 0.4% | 0.44% | - |
| XYZ | 10.81 | 8.29 | 12.84 | - |
| YUV | 83.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 99 | 0 | 0.40 | 0.11 | 0.56 | 316.36 | 0.25 | 0.35 |
| Hex | 6F | 43 | 63 | 0 | 28 | B | 38 | 13C | 19 | 23 |
| Octal | 157 | 103 | 143 | 0 | 50 | 13 | 70 | 474 | 31 | 43 |
| Binary | 1101111 | 1000011 | 1100011 | 0 | 101000 | 1011 | 111000 | 100111100 | 11001 | 100011 |
Color Harmonies of #6F4363
Complementary color
Monochromatic Colors of #6F4363
Black with #6F4363
Text Example
Text Example
White with #6F4363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4363; }
p { color: rgb(111,67,99); }
H1.HeaderClassName
{
color: #6F4363;
}
.AnyTagClassName
{
color: #6F4363;
}
</style>
background-color css
<style>
a { background-color: #6F4363; }
a { background-color: rgb(111,67,99); }
div.DivClassName
{
background-color: #6F4363;
}
.BgClassName
{
background-color: #6F4363;
}
</style>
border-color css
<style>
span { border-color: #6F4363; }
span { border-color: rgb(111,67,99); }
td.TdClassName
{
border-color: #6F4363;
}
.TagClassName
{
border-color: #6F4363;
}
</style>