#6F426C

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

Shades of Eminence #6F426C

Tints of Eminence #6F426C

Color information

#6F426C (or 0x6F426C) is unknown color: approx Eminence. HEX triplet: 6F, 42 and 6C. RGB value is (111,66,108). Sum of RGB (Red+Green+Blue) = 111+66+108=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F426C is #90BD93. Grayscale: #545454. Windows color (decimal): -9485716 or 7094895. OLE color: 7094895.

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

Color convert

RGB11166108-
CMYK00.410.030.56
HSL304º25.42%34.71%-
HSV(B)304º40.54%43.53%-
XYZ11.218.3615.21-
YUV84.24141.41147.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=38.95%
G=23.16%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116610800.410.030.5630425.4234.71
Hex6F426C0293381301923
Octal1571021540513704603143
Binary11011111000010110110001010011111100010011000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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