#664F79

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

Shades of Affair #664F79

Tints of Affair #664F79

Color information

#664F79 (or 0x664F79) is unknown color: approx Affair. HEX triplet: 66, 4F and 79. RGB value is (102,79,121). Sum of RGB (Red+Green+Blue) = 102+79+121=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #664F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F79 is #99B086. Grayscale: #5A5A5A. Windows color (decimal): -10072199 or 7950182. OLE color: 7950182.

HSL color Cylindrical-coordinate representation of color #664F79: hue angle of 272.86º 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 #664F79 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10279121-
CMYK0.160.3500.53
HSL272.86º21%39.22%-
HSV(B)272.86º34.71%47.45%-
XYZ11.739.819.36-
YUV90.66145.12136.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.77%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=33.77%
G=26.16%
B=40.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102791210.160.3500.53272.862139.22
Hex664F7910230351111527
Octal14611717120430654212547
Binary11001101001111111100110000100011011010110001000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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