Html Css Color HEX #6F4E73 Eminence

📋 copy color: '#6F4E73'

red 111 ◦ green 78 ◦ blue 115

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

Shades of Eminence #6F4E73

Tints of Eminence #6F4E73

RGB

 RED value IS 111 (43.75% from 255) = 36.51%

 GREEN value IS 78 (30.86% from 255) = 25.66%

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 36.51%
G = 25.66%
B = 37.83%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F4E73 (or 0x6F4E73) is known color: Eminence. HEX triplet: 6F, 4E and 73. RGB value is (111,78,115). Sum of RGB (Red+Green+Blue) = 111+78+115=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F4E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E73 is #90B18C. Grayscale: #5B5B5B. Windows color (decimal): -9482637 or 7556719. OLE color: 7556719.

HSL color Cylindrical-coordinate representation of color #6F4E73: hue angle of 293.51º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F4E73 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 78 115 -
CMYK 0.03 0.32 0 0.55
HSL 293.51º 0.19% 0.38% -
HSV(B) 293.51º 0.32% 0.45% -
XYZ 12.37 10.07 17.51 -
YUV 92.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 111 78 115 0.03 0.32 0 0.55 293.51 0.19 0.38
Hex 6F 4E 73 3 20 0 37 126 13 26
Octal 157 116 163 3 40 0 67 446 23 46
Binary 1101111 1001110 1110011 11 100000 0 110111 100100110 10011 100110

Color Harmonies of #6F4E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4E73

Black with #6F4E73

Text Example


Text Example

White with #6F4E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,78,115); }

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

background-color css

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

 a { background-color: rgb(111,78,115); }

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

border-color css

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

 span { border-color: rgb(111,78,115); }

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