Html Css Color HEX #6F4B6E Eminence

📋 copy color: '#6F4B6E'

red 111 ◦ green 75 ◦ blue 110

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

Shades of Eminence #6F4B6E

Tints of Eminence #6F4B6E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.34%

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

R = 37.5%
G = 25.34%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F4B6E (or 0x6F4B6E) is known color: Eminence. HEX triplet: 6F, 4B and 6E. RGB value is (111,75,110). Sum of RGB (Red+Green+Blue) = 111+75+110=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4B6E is #90B491. Grayscale: #595959. Windows color (decimal): -9483410 or 7228271. OLE color: 7228271.

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

Color convert

RGB 111 75 110 -
CMYK 0 0.32 0.01 0.56
HSL 301.67º 0.19% 0.36% -
HSV(B) 301.67º 0.32% 0.44% -
XYZ 11.89 9.54 15.97 -
YUV 89.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 111 75 110 0 0.32 0.01 0.56 301.67 0.19 0.36
Hex 6F 4B 6E 0 20 1 38 12E 13 24
Octal 157 113 156 0 40 1 70 456 23 44
Binary 1101111 1001011 1101110 0 100000 1 111000 100101110 10011 100100

Color Harmonies of #6F4B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4B6E

Black with #6F4B6E

Text Example


Text Example

White with #6F4B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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