#6E4F60

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

Shades of Cosmic #6E4F60

Tints of Cosmic #6E4F60

Color information

#6E4F60 (or 0x6E4F60) is unknown color: approx Cosmic. HEX triplet: 6E, 4F and 60. RGB value is (110,79,96). Sum of RGB (Red+Green+Blue) = 110+79+96=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4F60 is #91B09F. Grayscale: #5A5A5A. Windows color (decimal): -9547936 or 6311790. OLE color: 6311790.

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

Color convert

RGB1107996-
CMYK00.280.130.57
HSL327.1º16.4%37.06%-
HSV(B)327.1º28.18%43.14%-
XYZ11.349.7512.35-
YUV90.21131.27142.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.60%
GREEN value IS 79 (31.25% from 255) = 27.72%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=38.60%
G=27.72%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110799600.280.130.57327.116.437.06
Hex6E4F6001CD391471025
Octal15611714003415715072045
Binary110111010011111100000011100110111100110100011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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