#684B7A

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

Shades of Affair #684B7A

Tints of Affair #684B7A

Color information

#684B7A (or 0x684B7A) is unknown color: approx Affair. HEX triplet: 68, 4B and 7A. RGB value is (104,75,122). Sum of RGB (Red+Green+Blue) = 104+75+122=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #684B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B7A is #97B485. Grayscale: #585858. Windows color (decimal): -9942150 or 8014696. OLE color: 8014696.

HSL color Cylindrical-coordinate representation of color #684B7A: hue angle of 277.02º 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 #684B7A is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10475122-
CMYK0.150.3900.52
HSL277.02º23.86%38.63%-
HSV(B)277.02º38.52%47.84%-
XYZ11.749.3819.6-
YUV89.03146.61138.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=34.55%
G=24.92%
B=40.53%

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
Decimal104751220.150.3900.52277.0223.8638.63
Hex684B7AF270341151827
Octal15011317217470644253047
Binary1101000100101111110101111100111011010010001010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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