#664D7F

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

Shades of Affair #664D7F

Tints of Affair #664D7F

Color information

#664D7F (or 0x664D7F) is unknown color: approx Affair. HEX triplet: 66, 4D and 7F. RGB value is (102,77,127). Sum of RGB (Red+Green+Blue) = 102+77+127=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #664D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D7F is #99B280. Grayscale: #5A5A5A. Windows color (decimal): -10072705 or 8342886. OLE color: 8342886.

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

Color convert

RGB10277127-
CMYK0.200.3900.50
HSL270º24.51%40%-
HSV(B)270º39.37%49.8%-
XYZ11.969.6621.31-
YUV90.18148.78136.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 127 (50% from 255) = 41.50%
R=33.33%
G=25.16%
B=41.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102771270.200.3900.5027024.5140
Hex664D7F142703210e1928
Octal14611517724470624163150
Binary11001101001101111111110100100111011001010000111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664D7F; }

 p { color: rgb(102,77,127); }

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

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

 a { background-color: rgb(102,77,127); }

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

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

 span { border-color: rgb(102,77,127); }

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