#694367

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

Shades of Eminence #694367

Tints of Eminence #694367

Color information

#694367 (or 0x694367) is unknown color: approx Eminence. HEX triplet: 69, 43 and 67. RGB value is (105,67,103). Sum of RGB (Red+Green+Blue) = 105+67+103=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #694367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694367 is #96BC98. Grayscale: #525252. Windows color (decimal): -9878681 or 6767465. OLE color: 6767465.

HSL color Cylindrical-coordinate representation of color #694367: hue angle of 303.16º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #694367 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10567103-
CMYK00.360.020.59
HSL303.16º22.09%33.73%-
HSV(B)303.16º36.19%41.18%-
XYZ10.28813.83-
YUV82.47139.59144.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 103 (40.62% from 255) = 37.45%
R=38.18%
G=24.36%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1056710300.360.020.59303.1622.0933.73
Hex69436702423B12f1622
Octal1511031470442734572642
Binary11010011000011110011101001001011101110010111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694367; }

 p { color: rgb(105,67,103); }

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

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

 a { background-color: rgb(105,67,103); }

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

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

 span { border-color: rgb(105,67,103); }

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