#6E515F

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

Shades of Cosmic #6E515F

Tints of Cosmic #6E515F

Color information

#6E515F (or 0x6E515F) is unknown color: approx Cosmic. HEX triplet: 6E, 51 and 5F. RGB value is (110,81,95). Sum of RGB (Red+Green+Blue) = 110+81+95=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 110 - color contains mainly: red. Hex color #6E515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E515F is #91AEA0. Grayscale: #5B5B5B. Windows color (decimal): -9547425 or 6246766. OLE color: 6246766.

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

Color convert

RGB1108195-
CMYK00.260.140.57
HSL331.03º15.18%37.45%-
HSV(B)331.03º26.36%43.14%-
XYZ11.4410.0312.16-
YUV91.27130.11141.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.46%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=38.46%
G=28.32%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110819500.260.140.57331.0315.1837.45
Hex6E515F01AE3914bf25
Octal15612113703216715131745
Binary11011101010001101111101101011101110011010010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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