Html Css Color HEX #6F476A Eminence

📋 copy color: '#6F476A'

red 111 ◦ green 71 ◦ blue 106

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

Shades of Eminence #6F476A

Tints of Eminence #6F476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.65%

 BLUE value IS 106 (41.8% from 255) = 36.81%

R = 38.54%
G = 24.65%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F476A (or 0x6F476A) is known color: Eminence. HEX triplet: 6F, 47 and 6A. RGB value is (111,71,106). Sum of RGB (Red+Green+Blue) = 111+71+106=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F476A is #90B895. Grayscale: #565656. Windows color (decimal): -9484438 or 6965103. OLE color: 6965103.

HSL color Cylindrical-coordinate representation of color #6F476A: hue angle of 307.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F476A is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 71 106 -
CMYK 0 0.36 0.05 0.56
HSL 307.5º 0.22% 0.36% -
HSV(B) 307.5º 0.36% 0.44% -
XYZ 11.41 8.93 14.76 -
YUV 86.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 111 71 106 0 0.36 0.05 0.56 307.5 0.22 0.36
Hex 6F 47 6A 0 24 5 38 134 16 24
Octal 157 107 152 0 44 5 70 464 26 44
Binary 1101111 1000111 1101010 0 100100 101 111000 100110100 10110 100100

Color Harmonies of #6F476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F476A

Black with #6F476A

Text Example


Text Example

White with #6F476A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,71,106); }

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

background-color css

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

 a { background-color: rgb(111,71,106); }

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

border-color css

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

 span { border-color: rgb(111,71,106); }

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