#68467C

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

Shades of Affair #68467C

Tints of Affair #68467C

Color information

#68467C (or 0x68467C) is unknown color: approx Affair. HEX triplet: 68, 46 and 7C. RGB value is (104,70,124). Sum of RGB (Red+Green+Blue) = 104+70+124=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #68467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68467C is #97B983. Grayscale: #565656. Windows color (decimal): -9943428 or 8144488. OLE color: 8144488.

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

Color convert

RGB10470124-
CMYK0.160.4400.51
HSL277.78º27.84%38.04%-
HSV(B)277.78º43.55%48.63%-
XYZ11.548.7820.16-
YUV86.32149.26140.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 124 (48.83% from 255) = 41.61%
R=34.90%
G=23.49%
B=41.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104701240.160.4400.51277.7827.8438.04
Hex68467C102C0331161c26
Octal15010617420540634263446
Binary11010001000110111110010000101100011001110001011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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