#674865

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

Shades of Eminence #674865

Tints of Eminence #674865

Color information

#674865 (or 0x674865) is unknown color: approx Eminence. HEX triplet: 67, 48 and 65. RGB value is (103,72,101). Sum of RGB (Red+Green+Blue) = 103+72+101=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 103 - color contains mainly: red. Hex color #674865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674865 is #98B79A. Grayscale: #545454. Windows color (decimal): -10008475 or 6637671. OLE color: 6637671.

HSL color Cylindrical-coordinate representation of color #674865: hue angle of 303.87º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #674865 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB10372101-
CMYK00.300.020.60
HSL303.87º17.71%34.31%-
HSV(B)303.87º30.1%40.39%-
XYZ10.268.4613.4-
YUV84.57137.27141.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.32%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 101 (39.84% from 255) = 36.59%
R=37.32%
G=26.09%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1037210100.300.020.60303.8717.7134.31
Hex67486501E23C1301222
Octal1471101450362744602242
Binary1100111100100011001010111101011110010011000010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674865; }

 p { color: rgb(103,72,101); }

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

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

 a { background-color: rgb(103,72,101); }

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

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

 span { border-color: rgb(103,72,101); }

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