#684B7B

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

Shades of Affair #684B7B

Tints of Affair #684B7B

Color information

#684B7B (or 0x684B7B) is unknown color: approx Affair. HEX triplet: 68, 4B and 7B. RGB value is (104,75,123). Sum of RGB (Red+Green+Blue) = 104+75+123=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #684B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B7B is #97B484. Grayscale: #585858. Windows color (decimal): -9942149 or 8080232. OLE color: 8080232.

HSL color Cylindrical-coordinate representation of color #684B7B: hue angle of 276.25º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #684B7B is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10475123-
CMYK0.150.3900.52
HSL276.25º24.24%38.82%-
HSV(B)276.25º39.02%48.24%-
XYZ11.89.4119.93-
YUV89.14147.11138.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=34.44%
G=24.83%
B=40.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104751230.150.3900.52276.2524.2438.82
Hex684B7BF270341141827
Octal15011317317470644243047
Binary1101000100101111110111111100111011010010001010011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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