#684B81

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

Shades of Affair #684B81

Tints of Affair #684B81

Color information

#684B81 (or 0x684B81) is unknown color: approx Affair. HEX triplet: 68, 4B and 81. RGB value is (104,75,129). Sum of RGB (Red+Green+Blue) = 104+75+129=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #684B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684B81 is #97B47E. Grayscale: #595959. Windows color (decimal): -9942143 or 8473448. OLE color: 8473448.

HSL color Cylindrical-coordinate representation of color #684B81: hue angle of 272.22º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #684B81 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10475129-
CMYK0.190.4200.49
HSL272.22º26.47%40%-
HSV(B)272.22º41.86%50.59%-
XYZ12.199.5621.97-
YUV89.83150.11138.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 75 (29.69% from 255) = 24.35%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=33.77%
G=24.35%
B=41.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104751290.190.4200.49272.2226.4740
Hex684B81132A0311101a28
Octal15011320123520614203250
Binary110100010010111000000110011101010011000110001000011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684B81; }

 p { color: rgb(104,75,129); }

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

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

 a { background-color: rgb(104,75,129); }

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

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

 span { border-color: rgb(104,75,129); }

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