Html Css Color HEX #6E495E Cosmic

📋 copy color: '#6E495E'

red 110 ◦ green 73 ◦ blue 94

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

Shades of Cosmic #6E495E

Tints of Cosmic #6E495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.35%

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 39.71%
G = 26.35%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6E495E (or 0x6E495E) is known color: Cosmic. HEX triplet: 6E, 49 and 5E. RGB value is (110,73,94). Sum of RGB (Red+Green+Blue) = 110+73+94=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 110 - color contains mainly: red. Hex color #6E495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E495E is #91B6A1. Grayscale: #565656. Windows color (decimal): -9549474 or 6179182. OLE color: 6179182.

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

Color convert

RGB 110 73 94 -
CMYK 0 0.34 0.15 0.57
HSL 325.95º 0.2% 0.36% -
HSV(B) 325.95º 0.34% 0.43% -
XYZ 10.83 8.89 11.73 -
YUV 86.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 110 73 94 0 0.34 0.15 0.57 325.95 0.2 0.36
Hex 6E 49 5E 0 22 F 39 146 14 24
Octal 156 111 136 0 42 17 71 506 24 44
Binary 1101110 1001001 1011110 0 100010 1111 111001 101000110 10100 100100

Color Harmonies of #6E495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E495E

Black with #6E495E

Text Example


Text Example

White with #6E495E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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