#6F426A

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

Shades of Eminence #6F426A

Tints of Eminence #6F426A

Color information

#6F426A (or 0x6F426A) is unknown color: approx Eminence. HEX triplet: 6F, 42 and 6A. RGB value is (111,66,106). Sum of RGB (Red+Green+Blue) = 111+66+106=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F426A is #90BD95. Grayscale: #535353. Windows color (decimal): -9485718 or 6963823. OLE color: 6963823.

HSL color Cylindrical-coordinate representation of color #6F426A: hue angle of 306.67º degrees, saturation: 0.25, 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 #6F426A is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11166106-
CMYK00.410.050.56
HSL306.67º25.42%34.71%-
HSV(B)306.67º40.54%43.53%-
XYZ11.118.3214.66-
YUV84.02140.41147.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.22%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=39.22%
G=23.32%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116610600.410.050.56306.6725.4234.71
Hex6F426A0295381331923
Octal1571021520515704633143
Binary110111110000101101010010100110111100010011001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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