#694D7A

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

Shades of Affair #694D7A

Tints of Affair #694D7A

Color information

#694D7A (or 0x694D7A) is unknown color: approx Affair. HEX triplet: 69, 4D and 7A. RGB value is (105,77,122). Sum of RGB (Red+Green+Blue) = 105+77+122=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #694D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D7A is #96B285. Grayscale: #5A5A5A. Windows color (decimal): -9876102 or 8015209. OLE color: 8015209.

HSL color Cylindrical-coordinate representation of color #694D7A: hue angle of 277.33º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #694D7A is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10577122-
CMYK0.140.3700.52
HSL277.33º22.61%39.02%-
HSV(B)277.33º36.89%47.84%-
XYZ11.999.7219.66-
YUV90.5145.78138.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.54%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=34.54%
G=25.33%
B=40.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105771220.140.3700.52277.3322.6139.02
Hex694D7AE250341151727
Octal15111517216450644252747
Binary1101001100110111110101110100101011010010001010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694D7A; }

 p { color: rgb(105,77,122); }

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

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

 a { background-color: rgb(105,77,122); }

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

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

 span { border-color: rgb(105,77,122); }

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