Shades of Cosmic #6F5864
Tints of Cosmic #6F5864
RGB
CMYK
RGB Variations
Color information
#6F5864 (or 0x6F5864) is known color: Cosmic. HEX triplet: 6F, 58 and 64. RGB value is (111,88,100). Sum of RGB (Red+Green+Blue) = 111+88+100=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5864 is #90A79B. Grayscale: #606060. Windows color (decimal): -9480092 or 6576239. OLE color: 6576239.
HSL color Cylindrical-coordinate representation of color #6F5864: hue angle of 328.7º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F5864 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 100 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.56 |
| HSL | 328.7º | 0.12% | 0.39% | - |
| HSV(B) | 328.7º | 0.21% | 0.44% | - |
| XYZ | 12.35 | 11.28 | 13.58 | - |
| YUV | 96.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 100 | 0 | 0.21 | 0.10 | 0.56 | 328.7 | 0.12 | 0.39 |
| Hex | 6F | 58 | 64 | 0 | 15 | A | 38 | 149 | C | 27 |
| Octal | 157 | 130 | 144 | 0 | 25 | 12 | 70 | 511 | 14 | 47 |
| Binary | 1101111 | 1011000 | 1100100 | 0 | 10101 | 1010 | 111000 | 101001001 | 1100 | 100111 |
Color Harmonies of #6F5864
Complementary color
Monochromatic Colors of #6F5864
Black with #6F5864
Text Example
Text Example
White with #6F5864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5864; }
p { color: rgb(111,88,100); }
H1.HeaderClassName
{
color: #6F5864;
}
.AnyTagClassName
{
color: #6F5864;
}
</style>
background-color css
<style>
a { background-color: #6F5864; }
a { background-color: rgb(111,88,100); }
div.DivClassName
{
background-color: #6F5864;
}
.BgClassName
{
background-color: #6F5864;
}
</style>
border-color css
<style>
span { border-color: #6F5864; }
span { border-color: rgb(111,88,100); }
td.TdClassName
{
border-color: #6F5864;
}
.TagClassName
{
border-color: #6F5864;
}
</style>