#68467F

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

Shades of Affair #68467F

Tints of Affair #68467F

Color information

#68467F (or 0x68467F) is unknown color: approx Affair. HEX triplet: 68, 46 and 7F. RGB value is (104,70,127). Sum of RGB (Red+Green+Blue) = 104+70+127=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #68467F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68467F is #97B980. Grayscale: #565656. Windows color (decimal): -9943425 or 8341096. OLE color: 8341096.

HSL color Cylindrical-coordinate representation of color #68467F: hue angle of 275.79º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68467F is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10470127-
CMYK0.180.4500.50
HSL275.79º28.93%38.63%-
HSV(B)275.79º44.88%49.8%-
XYZ11.738.8621.17-
YUV86.66150.76140.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 70 (27.73% from 255) = 23.26%
BLUE value IS 127 (50% from 255) = 42.19%
R=34.55%
G=23.26%
B=42.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104701270.180.4500.50275.7928.9338.63
Hex68467F122D0321141d27
Octal15010617722550624243547
Binary11010001000110111111110010101101011001010001010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68467F; }

 p { color: rgb(104,70,127); }

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

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

 a { background-color: rgb(104,70,127); }

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

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

 span { border-color: rgb(104,70,127); }

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