#674F79

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

Shades of Affair #674F79

Tints of Affair #674F79

Color information

#674F79 (or 0x674F79) is unknown color: approx Affair. HEX triplet: 67, 4F and 79. RGB value is (103,79,121). Sum of RGB (Red+Green+Blue) = 103+79+121=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #674F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F79 is #98B086. Grayscale: #5A5A5A. Windows color (decimal): -10006663 or 7950183. OLE color: 7950183.

HSL color Cylindrical-coordinate representation of color #674F79: hue angle of 274.29º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #674F79 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10379121-
CMYK0.150.3500.53
HSL274.29º21%39.22%-
HSV(B)274.29º34.71%47.45%-
XYZ11.849.8619.37-
YUV90.96144.95136.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.99%
GREEN value IS 79 (31.25% from 255) = 26.07%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=33.99%
G=26.07%
B=39.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103791210.150.3500.53274.292139.22
Hex674F79F230351121527
Octal14711717117430654222547
Binary1100111100111111110011111100011011010110001001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674F79; }

 p { color: rgb(103,79,121); }

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

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

 a { background-color: rgb(103,79,121); }

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

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

 span { border-color: rgb(103,79,121); }

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