Html Css Color HEX #6F476F Eminence

📋 copy color: '#6F476F'

red 111 ◦ green 71 ◦ blue 111

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

Shades of Eminence #6F476F

Tints of Eminence #6F476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.88%

R = 37.88%
G = 24.23%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F476F (or 0x6F476F) is known color: Eminence. HEX triplet: 6F, 47 and 6F. RGB value is (111,71,111). Sum of RGB (Red+Green+Blue) = 111+71+111=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F476F is #90B890. Grayscale: #575757. Windows color (decimal): -9484433 or 7292783. OLE color: 7292783.

HSL color Cylindrical-coordinate representation of color #6F476F: hue angle of 300º 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 #6F476F is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 71 111 -
CMYK 0 0.36 0 0.56
HSL 300º 0.22% 0.36% -
HSV(B) 300º 0.36% 0.44% -
XYZ 11.68 9.03 16.17 -
YUV 87.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 111 71 111 0 0.36 0 0.56 300 0.22 0.36
Hex 6F 47 6F 0 24 0 38 12C 16 24
Octal 157 107 157 0 44 0 70 454 26 44
Binary 1101111 1000111 1101111 0 100100 0 111000 100101100 10110 100100

Color Harmonies of #6F476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F476F

Black with #6F476F

Text Example


Text Example

White with #6F476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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