Html Css Color HEX #6E4569 Eminence

📋 copy color: '#6E4569'

red 110 ◦ green 69 ◦ blue 105

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

Shades of Eminence #6E4569

Tints of Eminence #6E4569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.3%

 BLUE value IS 105 (41.41% from 255) = 36.97%

R = 38.73%
G = 24.3%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6E4569 (or 0x6E4569) is known color: Eminence. HEX triplet: 6E, 45 and 69. RGB value is (110,69,105). Sum of RGB (Red+Green+Blue) = 110+69+105=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4569 is #91BA96. Grayscale: #555555. Windows color (decimal): -9550487 or 6899054. OLE color: 6899054.

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

Color convert

RGB 110 69 105 -
CMYK 0 0.37 0.05 0.57
HSL 307.32º 0.23% 0.35% -
HSV(B) 307.32º 0.37% 0.43% -
XYZ 11.11 8.59 14.44 -
YUV 85.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 110 69 105 0 0.37 0.05 0.57 307.32 0.23 0.35
Hex 6E 45 69 0 25 5 39 133 17 23
Octal 156 105 151 0 45 5 71 463 27 43
Binary 1101110 1000101 1101001 0 100101 101 111001 100110011 10111 100011

Color Harmonies of #6E4569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4569

Black with #6E4569

Text Example


Text Example

White with #6E4569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,69,105); }

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

background-color css

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

 a { background-color: rgb(110,69,105); }

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

border-color css

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

 span { border-color: rgb(110,69,105); }

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