#674568

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

Shades of Eminence #674568

Tints of Eminence #674568

Color information

#674568 (or 0x674568) is unknown color: approx Eminence. HEX triplet: 67, 45 and 68. RGB value is (103,69,104). Sum of RGB (Red+Green+Blue) = 103+69+104=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #674568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674568 is #98BA97. Grayscale: #535353. Windows color (decimal): -10009240 or 6833511. OLE color: 6833511.

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

Color convert

RGB10369104-
CMYK0.010.3400.59
HSL298.29º20.23%33.92%-
HSV(B)298.29º33.65%40.78%-
XYZ10.228.1414.13-
YUV83.16139.76142.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.32%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=37.32%
G=25%
B=37.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103691040.010.3400.59298.2920.2333.92
Hex67456812203B12a1422
Octal1471051501420734522442
Binary1100111100010111010001100010011101110010101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674568; }

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

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

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

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

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

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

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

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