#664683

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

Shades of Affair #664683

Tints of Affair #664683

Color information

#664683 (or 0x664683) is unknown color: approx Affair. HEX triplet: 66, 46 and 83. RGB value is (102,70,131). Sum of RGB (Red+Green+Blue) = 102+70+131=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #664683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664683 is #99B97C. Grayscale: #565656. Windows color (decimal): -10074493 or 8603238. OLE color: 8603238.

HSL color Cylindrical-coordinate representation of color #664683: hue angle of 271.48º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #664683 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10270131-
CMYK0.220.4700.49
HSL271.48º30.35%39.41%-
HSV(B)271.48º46.56%51.37%-
XYZ11.778.8422.56-
YUV86.52153.1139.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.66%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 131 (51.56% from 255) = 43.23%
R=33.66%
G=23.10%
B=43.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102701310.220.4700.49271.4830.3539.41
Hex664683162F03110f1e27
Octal14610620326570614173647
Binary110011010001101000001110110101111011000110000111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664683; }

 p { color: rgb(102,70,131); }

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

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

 a { background-color: rgb(102,70,131); }

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

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

 span { border-color: rgb(102,70,131); }

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