#664F7D

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

Shades of Affair #664F7D

Tints of Affair #664F7D

Color information

#664F7D (or 0x664F7D) is unknown color: approx Affair. HEX triplet: 66, 4F and 7D. RGB value is (102,79,125). Sum of RGB (Red+Green+Blue) = 102+79+125=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #664F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F7D is #99B082. Grayscale: #5A5A5A. Windows color (decimal): -10072195 or 8212326. OLE color: 8212326.

HSL color Cylindrical-coordinate representation of color #664F7D: hue angle of 270º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #664F7D is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10279125-
CMYK0.180.3700.51
HSL270º22.55%40%-
HSV(B)270º36.8%49.02%-
XYZ11.989.920.68-
YUV91.12147.12135.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 79 (31.25% from 255) = 25.82%
BLUE value IS 125 (49.22% from 255) = 40.85%
R=33.33%
G=25.82%
B=40.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102791250.180.3700.5127022.5540
Hex664F7D122503310e1728
Octal14611717522450634162750
Binary11001101001111111110110010100101011001110000111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,79,125); }

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

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

 a { background-color: rgb(102,79,125); }

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

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

 span { border-color: rgb(102,79,125); }

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