#684884

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

Shades of Affair #684884

Tints of Affair #684884

Color information

#684884 (or 0x684884) is unknown color: approx Affair. HEX triplet: 68, 48 and 84. RGB value is (104,72,132). Sum of RGB (Red+Green+Blue) = 104+72+132=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #684884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684884 is #97B77B. Grayscale: #585858. Windows color (decimal): -9942908 or 8669288. OLE color: 8669288.

HSL color Cylindrical-coordinate representation of color #684884: hue angle of 272º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #684884 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10472132-
CMYK0.210.4500.48
HSL272º29.41%40%-
HSV(B)272º45.45%51.76%-
XYZ12.199.2422.97-
YUV88.41152.6139.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=33.77%
G=23.38%
B=42.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104721320.210.4500.4827229.4140
Hex684884152D0301101d28
Octal15011020425550604203550
Binary110100010010001000010010101101101011000010001000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684884; }

 p { color: rgb(104,72,132); }

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

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

 a { background-color: rgb(104,72,132); }

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

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

 span { border-color: rgb(104,72,132); }

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