#664D7A

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

Shades of Affair #664D7A

Tints of Affair #664D7A

Color information

#664D7A (or 0x664D7A) is unknown color: approx Affair. HEX triplet: 66, 4D and 7A. RGB value is (102,77,122). Sum of RGB (Red+Green+Blue) = 102+77+122=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #664D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D7A is #99B285. Grayscale: #595959. Windows color (decimal): -10072710 or 8015206. OLE color: 8015206.

HSL color Cylindrical-coordinate representation of color #664D7A: hue angle of 273.33º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #664D7A is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10277122-
CMYK0.160.3700.52
HSL273.33º22.61%39.02%-
HSV(B)273.33º36.89%47.84%-
XYZ11.659.5419.64-
YUV89.6146.28136.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.89%
GREEN value IS 77 (30.47% from 255) = 25.58%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=33.89%
G=25.58%
B=40.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102771220.160.3700.52273.3322.6139.02
Hex664D7A10250341111727
Octal14611517220450644212747
Binary11001101001101111101010000100101011010010001000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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