Html Css Color HEX #6E4375 Eminence

📋 copy color: '#6E4375'

red 110 ◦ green 67 ◦ blue 117

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

Shades of Eminence #6E4375

Tints of Eminence #6E4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.79%

 BLUE value IS 117 (46.09% from 255) = 39.8%

R = 37.41%
G = 22.79%
B = 39.8%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6E4375 (or 0x6E4375) is known color: Eminence. HEX triplet: 6E, 43 and 75. RGB value is (110,67,117). Sum of RGB (Red+Green+Blue) = 110+67+117=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E4375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4375 is #91BC8A. Grayscale: #555555. Windows color (decimal): -9550987 or 7684974. OLE color: 7684974.

HSL color Cylindrical-coordinate representation of color #6E4375: hue angle of 291.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E4375 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 67 117 -
CMYK 0.06 0.43 0 0.54
HSL 291.6º 0.27% 0.36% -
HSV(B) 291.6º 0.43% 0.46% -
XYZ 11.65 8.61 17.88 -
YUV 85.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 110 67 117 0.06 0.43 0 0.54 291.6 0.27 0.36
Hex 6E 43 75 6 2B 0 36 124 1B 24
Octal 156 103 165 6 53 0 66 444 33 44
Binary 1101110 1000011 1110101 110 101011 0 110110 100100100 11011 100100

Color Harmonies of #6E4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4375

Black with #6E4375

Text Example


Text Example

White with #6E4375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,67,117); }

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

background-color css

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

 a { background-color: rgb(110,67,117); }

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

border-color css

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

 span { border-color: rgb(110,67,117); }

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