#68477E

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

Shades of Affair #68477E

Tints of Affair #68477E

Color information

#68477E (or 0x68477E) is unknown color: approx Affair. HEX triplet: 68, 47 and 7E. RGB value is (104,71,126). Sum of RGB (Red+Green+Blue) = 104+71+126=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #68477E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68477E is #97B881. Grayscale: #565656. Windows color (decimal): -9943170 or 8275816. OLE color: 8275816.

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

Color convert

RGB10471126-
CMYK0.170.4400.51
HSL276º27.92%38.63%-
HSV(B)276º43.65%49.41%-
XYZ11.738.9620.85-
YUV87.14149.93140.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 126 (49.61% from 255) = 41.86%
R=34.55%
G=23.59%
B=41.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104711260.170.4400.5127627.9238.63
Hex68477E112C0331141c27
Octal15010717621540634243447
Binary11010001000111111111010001101100011001110001010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68477E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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