#674070

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

Shades of Eminence #674070

Tints of Eminence #674070

Color information

#674070 (or 0x674070) is unknown color: approx Eminence. HEX triplet: 67, 40 and 70. RGB value is (103,64,112). Sum of RGB (Red+Green+Blue) = 103+64+112=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #674070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674070 is #98BF8F. Grayscale: #505050. Windows color (decimal): -10010512 or 7356519. OLE color: 7356519.

HSL color Cylindrical-coordinate representation of color #674070: hue angle of 288.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #674070 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10364112-
CMYK0.080.4300.56
HSL288.75º27.27%34.51%-
HSV(B)288.75º42.86%43.92%-
XYZ10.357.7216.27-
YUV81.13145.42143.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.92%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=36.92%
G=22.94%
B=40.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103641120.080.4300.56288.7527.2734.51
Hex67407082B0381211b23
Octal14710016010530704413343
Binary1100111100000011100001000101011011100010010000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674070; }

 p { color: rgb(103,64,112); }

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

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

 a { background-color: rgb(103,64,112); }

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

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

 span { border-color: rgb(103,64,112); }

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