#6F416B

Color #6F416B Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #6F416B

Tints of Eminence #6F416B

Color information

#6F416B (or 0x6F416B) is unknown color: approx Eminence. HEX triplet: 6F, 41 and 6B. RGB value is (111,65,107). Sum of RGB (Red+Green+Blue) = 111+65+107=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F416B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F416B is #90BE94. Grayscale: #535353. Windows color (decimal): -9485973 or 7029103. OLE color: 7029103.

HSL color Cylindrical-coordinate representation of color #6F416B: hue angle of 305.22º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F416B is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11165107-
CMYK00.410.040.56
HSL305.22º26.14%34.51%-
HSV(B)305.22º41.44%43.53%-
XYZ11.18.2214.91-
YUV83.54141.24147.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.22%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 107 (42.19% from 255) = 37.81%
R=39.22%
G=22.97%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116510700.410.040.56305.2226.1434.51
Hex6F416B0294381311a23
Octal1571011530514704613243
Binary110111110000011101011010100110011100010011000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,65,107); }

 H1.HeaderClassName
 {
   color: #6F416B;
 }
 .AnyTagClassName
 {
   color: #6F416B;
 }
</style>
background-color css

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

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

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

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

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

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