#66497C

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

Shades of Affair #66497C

Tints of Affair #66497C

Color information

#66497C (or 0x66497C) is unknown color: approx Affair. HEX triplet: 66, 49 and 7C. RGB value is (102,73,124). Sum of RGB (Red+Green+Blue) = 102+73+124=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #66497C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66497C is #99B683. Grayscale: #575757. Windows color (decimal): -10073732 or 8145254. OLE color: 8145254.

HSL color Cylindrical-coordinate representation of color #66497C: hue angle of 274.12º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66497C is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10273124-
CMYK0.180.4100.51
HSL274.12º25.89%38.63%-
HSV(B)274.12º41.13%48.63%-
XYZ11.59.0520.21-
YUV87.48148.61138.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 73 (28.91% from 255) = 24.41%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=34.11%
G=24.41%
B=41.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102731240.180.4100.51274.1225.8938.63
Hex66497C12290331121a27
Octal14611117422510634223247
Binary11001101001001111110010010101001011001110001001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66497C; }

 p { color: rgb(102,73,124); }

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

<style>
 a { background-color: #66497C; }

 a { background-color: rgb(102,73,124); }

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

<style>
 span { border-color: #66497C; }

 span { border-color: rgb(102,73,124); }

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