#674668

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

Shades of Eminence #674668

Tints of Eminence #674668

Color information

#674668 (or 0x674668) is unknown color: approx Eminence. HEX triplet: 67, 46 and 68. RGB value is (103,70,104). Sum of RGB (Red+Green+Blue) = 103+70+104=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #674668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674668 is #98B997. Grayscale: #535353. Windows color (decimal): -10008984 or 6833767. OLE color: 6833767.

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

Color convert

RGB10370104-
CMYK0.010.3300.59
HSL298.24º19.54%34.12%-
HSV(B)298.24º32.69%40.78%-
XYZ10.288.2614.15-
YUV83.74139.43141.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.18%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 104 (41.02% from 255) = 37.55%
R=37.18%
G=25.27%
B=37.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103701040.010.3300.59298.2419.5434.12
Hex67466812103B12a1422
Octal1471061501410734522442
Binary1100111100011011010001100001011101110010101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674668; }

 p { color: rgb(103,70,104); }

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

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

 a { background-color: rgb(103,70,104); }

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

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

 span { border-color: rgb(103,70,104); }

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