#6E515C

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

Shades of Cosmic #6E515C

Tints of Cosmic #6E515C

Color information

#6E515C (or 0x6E515C) is unknown color: approx Cosmic. HEX triplet: 6E, 51 and 5C. RGB value is (110,81,92). Sum of RGB (Red+Green+Blue) = 110+81+92=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 110 - color contains mainly: red. Hex color #6E515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E515C is #91AEA3. Grayscale: #5A5A5A. Windows color (decimal): -9547428 or 6050158. OLE color: 6050158.

HSL color Cylindrical-coordinate representation of color #6E515C: hue angle of 337.24º 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 #6E515C is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB1108192-
CMYK00.260.160.57
HSL337.24º15.18%37.45%-
HSV(B)337.24º26.36%43.14%-
XYZ11.39.9711.45-
YUV90.92128.61141.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.87%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=38.87%
G=28.62%
B=32.51%

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
Decimal110819200.260.160.57337.2415.1837.45
Hex6E515C01A1039151f25
Octal15612113403220715211745
Binary110111010100011011100011010100001110011010100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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