#68497E

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

Shades of Affair #68497E

Tints of Affair #68497E

Color information

#68497E (or 0x68497E) is unknown color: approx Affair. HEX triplet: 68, 49 and 7E. RGB value is (104,73,126). Sum of RGB (Red+Green+Blue) = 104+73+126=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 126 - color contains mainly: blue. Hex color #68497E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68497E is #97B681. Grayscale: #585858. Windows color (decimal): -9942658 or 8276328. OLE color: 8276328.

HSL color Cylindrical-coordinate representation of color #68497E: hue angle of 275.09º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68497E is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10473126-
CMYK0.170.4200.51
HSL275.09º26.63%39.02%-
HSV(B)275.09º42.06%49.41%-
XYZ11.869.2120.89-
YUV88.31149.27139.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 126 (49.61% from 255) = 41.58%
R=34.32%
G=24.09%
B=41.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104731260.170.4200.51275.0926.6339.02
Hex68497E112A0331131b27
Octal15011117621520634233347
Binary11010001001001111111010001101010011001110001001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68497E; }

 p { color: rgb(104,73,126); }

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

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

 a { background-color: rgb(104,73,126); }

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

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

 span { border-color: rgb(104,73,126); }

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