#674F7F

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

Shades of Affair #674F7F

Tints of Affair #674F7F

Color information

#674F7F (or 0x674F7F) is unknown color: approx Affair. HEX triplet: 67, 4F and 7F. RGB value is (103,79,127). Sum of RGB (Red+Green+Blue) = 103+79+127=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #674F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F7F is #98B080. Grayscale: #5B5B5B. Windows color (decimal): -10006657 or 8343399. OLE color: 8343399.

HSL color Cylindrical-coordinate representation of color #674F7F: hue angle of 270º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #674F7F is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10379127-
CMYK0.190.3800.50
HSL270º23.3%40.39%-
HSV(B)270º37.8%49.8%-
XYZ12.2210.0121.37-
YUV91.65147.95136.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.33%
GREEN value IS 79 (31.25% from 255) = 25.57%
BLUE value IS 127 (50% from 255) = 41.10%
R=33.33%
G=25.57%
B=41.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103791270.190.3800.5027023.340.39
Hex674F7F132603210e1728
Octal14711717723460624162750
Binary11001111001111111111110011100110011001010000111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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