#6E4F5E

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

Shades of Cosmic #6E4F5E

Tints of Cosmic #6E4F5E

Color information

#6E4F5E (or 0x6E4F5E) is unknown color: approx Cosmic. HEX triplet: 6E, 4F and 5E. RGB value is (110,79,94). Sum of RGB (Red+Green+Blue) = 110+79+94=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4F5E is #91B0A1. Grayscale: #595959. Windows color (decimal): -9547938 or 6180718. OLE color: 6180718.

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

Color convert

RGB1107994-
CMYK00.280.150.57
HSL330.97º16.4%37.06%-
HSV(B)330.97º28.18%43.14%-
XYZ11.259.7211.87-
YUV89.98130.27142.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.87%
GREEN value IS 79 (31.25% from 255) = 27.92%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=38.87%
G=27.92%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110799400.280.150.57330.9716.437.06
Hex6E4F5E01CF3914b1025
Octal15611713603417715132045
Binary110111010011111011110011100111111100110100101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,79,94); }

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

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

 a { background-color: rgb(110,79,94); }

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

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

 span { border-color: rgb(110,79,94); }

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