#684388

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

Shades of Affair #684388

Tints of Affair #684388

Color information

#684388 (or 0x684388) is unknown color: approx Affair. HEX triplet: 68, 43 and 88. RGB value is (104,67,136). Sum of RGB (Red+Green+Blue) = 104+67+136=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #684388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684388 is #97BC77. Grayscale: #555555. Windows color (decimal): -9944184 or 8930152. OLE color: 8930152.

HSL color Cylindrical-coordinate representation of color #684388: hue angle of 272.17º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684388 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10467136-
CMYK0.240.5100.47
HSL272.17º33.99%39.8%-
HSV(B)272.17º50.74%53.33%-
XYZ12.168.7324.34-
YUV85.93156.26140.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=33.88%
G=21.82%
B=44.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104671360.240.5100.47272.1733.9939.8
Hex684388183302F1102228
Octal15010321030630574204250
Binary1101000100001110001000110001100110101111100010000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684388; }

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

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

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

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

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

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

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

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