Shades of Cosmic #6F5766
Tints of Cosmic #6F5766
RGB
CMYK
RGB Variations
Color information
#6F5766 (or 0x6F5766) is known color: Cosmic. HEX triplet: 6F, 57 and 66. RGB value is (111,87,102). Sum of RGB (Red+Green+Blue) = 111+87+102=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5766 is #90A899. Grayscale: #5F5F5F. Windows color (decimal): -9480346 or 6707055. OLE color: 6707055.
HSL color Cylindrical-coordinate representation of color #6F5766: hue angle of 322.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F5766 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 102 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.56 |
| HSL | 322.5º | 0.12% | 0.39% | - |
| HSV(B) | 322.5º | 0.22% | 0.44% | - |
| XYZ | 12.36 | 11.16 | 14.07 | - |
| YUV | 95.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 102 | 0 | 0.22 | 0.08 | 0.56 | 322.5 | 0.12 | 0.39 |
| Hex | 6F | 57 | 66 | 0 | 16 | 8 | 38 | 142 | C | 27 |
| Octal | 157 | 127 | 146 | 0 | 26 | 10 | 70 | 502 | 14 | 47 |
| Binary | 1101111 | 1010111 | 1100110 | 0 | 10110 | 1000 | 111000 | 101000010 | 1100 | 100111 |
Color Harmonies of #6F5766
Complementary color
Monochromatic Colors of #6F5766
Black with #6F5766
Text Example
Text Example
White with #6F5766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5766; }
p { color: rgb(111,87,102); }
H1.HeaderClassName
{
color: #6F5766;
}
.AnyTagClassName
{
color: #6F5766;
}
</style>
background-color css
<style>
a { background-color: #6F5766; }
a { background-color: rgb(111,87,102); }
div.DivClassName
{
background-color: #6F5766;
}
.BgClassName
{
background-color: #6F5766;
}
</style>
border-color css
<style>
span { border-color: #6F5766; }
span { border-color: rgb(111,87,102); }
td.TdClassName
{
border-color: #6F5766;
}
.TagClassName
{
border-color: #6F5766;
}
</style>