#68437E

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

Shades of Affair #68437E

Tints of Affair #68437E

Color information

#68437E (or 0x68437E) is unknown color: approx Affair. HEX triplet: 68, 43 and 7E. RGB value is (104,67,126). Sum of RGB (Red+Green+Blue) = 104+67+126=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 126 - color contains mainly: blue. Hex color #68437E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68437E is #97BC81. Grayscale: #545454. Windows color (decimal): -9944194 or 8274792. OLE color: 8274792.

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

Color convert

RGB10467126-
CMYK0.170.4700.51
HSL277.63º30.57%37.84%-
HSV(B)277.63º46.83%49.41%-
XYZ11.488.4620.77-
YUV84.79151.26141.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 67 (26.56% from 255) = 22.56%
BLUE value IS 126 (49.61% from 255) = 42.42%
R=35.02%
G=22.56%
B=42.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104671260.170.4700.51277.6330.5737.84
Hex68437E112F0331161f26
Octal15010317621570634263746
Binary11010001000011111111010001101111011001110001011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68437E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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