Html Css Color HEX #6E4A5E Cosmic

📋 copy color: '#6E4A5E'

red 110 ◦ green 74 ◦ blue 94

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

Shades of Cosmic #6E4A5E

Tints of Cosmic #6E4A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.62%

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

R = 39.57%
G = 26.62%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6E4A5E (or 0x6E4A5E) is known color: Cosmic. HEX triplet: 6E, 4A and 5E. RGB value is (110,74,94). Sum of RGB (Red+Green+Blue) = 110+74+94=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4A5E is #91B5A1. Grayscale: #575757. Windows color (decimal): -9549218 or 6179438. OLE color: 6179438.

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

Color convert

RGB 110 74 94 -
CMYK 0 0.33 0.15 0.57
HSL 326.67º 0.2% 0.36% -
HSV(B) 326.67º 0.33% 0.43% -
XYZ 10.9 9.02 11.76 -
YUV 87.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 110 74 94 0 0.33 0.15 0.57 326.67 0.2 0.36
Hex 6E 4A 5E 0 21 F 39 147 14 24
Octal 156 112 136 0 41 17 71 507 24 44
Binary 1101110 1001010 1011110 0 100001 1111 111001 101000111 10100 100100

Color Harmonies of #6E4A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4A5E

Black with #6E4A5E

Text Example


Text Example

White with #6E4A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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