#664E79

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

Shades of Affair #664E79

Tints of Affair #664E79

Color information

#664E79 (or 0x664E79) is unknown color: approx Affair. HEX triplet: 66, 4E and 79. RGB value is (102,78,121). Sum of RGB (Red+Green+Blue) = 102+78+121=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #664E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E79 is #99B186. Grayscale: #595959. Windows color (decimal): -10072455 or 7949926. OLE color: 7949926.

HSL color Cylindrical-coordinate representation of color #664E79: hue angle of 273.49º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #664E79 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10278121-
CMYK0.160.3600.53
HSL273.49º21.61%39.02%-
HSV(B)273.49º35.54%47.45%-
XYZ11.669.6519.34-
YUV90.08145.45136.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.89%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=33.89%
G=25.91%
B=40.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102781210.160.3600.53273.4921.6139.02
Hex664E7910240351111627
Octal14611617120440654212647
Binary11001101001110111100110000100100011010110001000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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