Html Css Color HEX #6F496E Eminence

📋 copy color: '#6F496E'

red 111 ◦ green 73 ◦ blue 110

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

Shades of Eminence #6F496E

Tints of Eminence #6F496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.83%

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

R = 37.76%
G = 24.83%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F496E (or 0x6F496E) is known color: Eminence. HEX triplet: 6F, 49 and 6E. RGB value is (111,73,110). Sum of RGB (Red+Green+Blue) = 111+73+110=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F496E is #90B691. Grayscale: #585858. Windows color (decimal): -9483922 or 7227759. OLE color: 7227759.

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

Color convert

RGB 111 73 110 -
CMYK 0 0.34 0.01 0.56
HSL 301.58º 0.21% 0.36% -
HSV(B) 301.58º 0.34% 0.44% -
XYZ 11.75 9.27 15.92 -
YUV 88.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 111 73 110 0 0.34 0.01 0.56 301.58 0.21 0.36
Hex 6F 49 6E 0 22 1 38 12E 15 24
Octal 157 111 156 0 42 1 70 456 25 44
Binary 1101111 1001001 1101110 0 100010 1 111000 100101110 10101 100100

Color Harmonies of #6F496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F496E

Black with #6F496E

Text Example


Text Example

White with #6F496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,73,110); }

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

background-color css

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

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

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

border-color css

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

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

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