#674B79

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

Shades of Affair #674B79

Tints of Affair #674B79

Color information

#674B79 (or 0x674B79) is unknown color: approx Affair. HEX triplet: 67, 4B and 79. RGB value is (103,75,121). Sum of RGB (Red+Green+Blue) = 103+75+121=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #674B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674B79 is #98B486. Grayscale: #585858. Windows color (decimal): -10007687 or 7949159. OLE color: 7949159.

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

Color convert

RGB10375121-
CMYK0.150.3800.53
HSL276.52º23.47%38.43%-
HSV(B)276.52º38.02%47.45%-
XYZ11.569.319.27-
YUV88.62146.28138.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.45%
GREEN value IS 75 (29.69% from 255) = 25.08%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=34.45%
G=25.08%
B=40.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103751210.150.3800.53276.5223.4738.43
Hex674B79F260351151726
Octal14711317117460654252746
Binary1100111100101111110011111100110011010110001010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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