Html Css Color HEX #6E4D60 Cosmic

📋 copy color: '#6E4D60'

red 110 ◦ green 77 ◦ blue 96

#6E4D60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #6E4D60

Tints of Cosmic #6E4D60

RGB

 RED value IS 110 (43.36% from 255) = 38.87%

 GREEN value IS 77 (30.47% from 255) = 27.21%

 BLUE value IS 96 (37.89% from 255) = 33.92%

R = 38.87%
G = 27.21%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6E4D60 (or 0x6E4D60) is known color: Cosmic. HEX triplet: 6E, 4D and 60. RGB value is (110,77,96). Sum of RGB (Red+Green+Blue) = 110+77+96=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4D60 is #91B29F. Grayscale: #585858. Windows color (decimal): -9548448 or 6311278. OLE color: 6311278.

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

Color convert

RGB 110 77 96 -
CMYK 0 0.3 0.13 0.57
HSL 325.45º 0.18% 0.37% -
HSV(B) 325.45º 0.3% 0.43% -
XYZ 11.2 9.47 12.3 -
YUV 89.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 110 77 96 0 0.3 0.13 0.57 325.45 0.18 0.37
Hex 6E 4D 60 0 1E D 39 145 12 25
Octal 156 115 140 0 36 15 71 505 22 45
Binary 1101110 1001101 1100000 0 11110 1101 111001 101000101 10010 100101

Color Harmonies of #6E4D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4D60

Black with #6E4D60

Text Example


Text Example

White with #6E4D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E4D60;
 }
 .AnyTagClassName
 {
   color: #6E4D60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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