#694F7F

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

Shades of Affair #694F7F

Tints of Affair #694F7F

Color information

#694F7F (or 0x694F7F) is unknown color: approx Affair. HEX triplet: 69, 4F and 7F. RGB value is (105,79,127). Sum of RGB (Red+Green+Blue) = 105+79+127=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #694F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F7F is #96B080. Grayscale: #5C5C5C. Windows color (decimal): -9875585 or 8343401. OLE color: 8343401.

HSL color Cylindrical-coordinate representation of color #694F7F: hue angle of 272.5º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #694F7F is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10579127-
CMYK0.170.3800.50
HSL272.5º23.3%40.39%-
HSV(B)272.5º37.8%49.8%-
XYZ12.4510.1321.38-
YUV92.25147.61137.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 127 (50% from 255) = 40.84%
R=33.76%
G=25.40%
B=40.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105791270.170.3800.50272.523.340.39
Hex694F7F11260321101728
Octal15111717721460624202750
Binary11010011001111111111110001100110011001010001000010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,79,127); }

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

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

 a { background-color: rgb(105,79,127); }

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

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

 span { border-color: rgb(105,79,127); }

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