#6E4F5C

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

Shades of Cosmic #6E4F5C

Tints of Cosmic #6E4F5C

Color information

#6E4F5C (or 0x6E4F5C) is unknown color: approx Cosmic. HEX triplet: 6E, 4F and 5C. RGB value is (110,79,92). Sum of RGB (Red+Green+Blue) = 110+79+92=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4F5C is #91B0A3. Grayscale: #595959. Windows color (decimal): -9547940 or 6049646. OLE color: 6049646.

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

Color convert

RGB1107992-
CMYK00.280.160.57
HSL334.84º16.4%37.06%-
HSV(B)334.84º28.18%43.14%-
XYZ11.169.6811.41-
YUV89.75129.27142.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.15%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=39.15%
G=28.11%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110799200.280.160.57334.8416.437.06
Hex6E4F5C01C103914f1025
Octal15611713403420715172045
Binary1101110100111110111000111001000011100110100111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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