#6D515C

Color #6D515C Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #6D515C

Tints of Cosmic #6D515C

Color information

#6D515C (or 0x6D515C) is unknown color: approx Cosmic. HEX triplet: 6D, 51 and 5C. RGB value is (109,81,92). Sum of RGB (Red+Green+Blue) = 109+81+92=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 109 - color contains mainly: red. Hex color #6D515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D515C is #92AEA3. Grayscale: #5A5A5A. Windows color (decimal): -9612964 or 6050157. OLE color: 6050157.

HSL color Cylindrical-coordinate representation of color #6D515C: hue angle of 336.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D515C is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB1098192-
CMYK00.260.160.57
HSL336.43º14.74%37.25%-
HSV(B)336.43º25.69%42.75%-
XYZ11.189.9111.45-
YUV90.63128.78141.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 38.65%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=38.65%
G=28.72%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109819200.260.160.57336.4314.7437.25
Hex6D515C01A1039150f25
Octal15512113403220715201745
Binary110110110100011011100011010100001110011010100001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D515C; }

 p { color: rgb(109,81,92); }

 H1.HeaderClassName
 {
   color: #6D515C;
 }
 .AnyTagClassName
 {
   color: #6D515C;
 }
</style>
background-color css

<style>
 a { background-color: #6D515C; }

 a { background-color: rgb(109,81,92); }

 div.DivClassName
 {
   background-color: #6D515C;
 }
 .BgClassName
 {
   background-color: #6D515C;
 }
</style>
border-color css

<style>
 span { border-color: #6D515C; }

 span { border-color: rgb(109,81,92); }

 td.TdClassName
 {
   border-color: #6D515C;
 }
 .TagClassName
 {
   border-color: #6D515C;
 }
</style>