#68437C

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

Shades of Affair #68437C

Tints of Affair #68437C

Color information

#68437C (or 0x68437C) is unknown color: approx Affair. HEX triplet: 68, 43 and 7C. RGB value is (104,67,124). Sum of RGB (Red+Green+Blue) = 104+67+124=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #68437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68437C is #97BC83. Grayscale: #545454. Windows color (decimal): -9944196 or 8143720. OLE color: 8143720.

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

Color convert

RGB10467124-
CMYK0.160.4600.51
HSL278.95º29.84%37.45%-
HSV(B)278.95º45.97%48.63%-
XYZ11.358.4120.09-
YUV84.56150.26141.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 67 (26.56% from 255) = 22.71%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=35.25%
G=22.71%
B=42.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104671240.160.4600.51278.9529.8437.45
Hex68437C102E0331171e25
Octal15010317420560634273645
Binary11010001000011111110010000101110011001110001011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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