#694B75

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

Shades of Affair #694B75

Tints of Affair #694B75

Color information

#694B75 (or 0x694B75) is unknown color: approx Affair. HEX triplet: 69, 4B and 75. RGB value is (105,75,117). Sum of RGB (Red+Green+Blue) = 105+75+117=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #694B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694B75 is #96B48A. Grayscale: #585858. Windows color (decimal): -9876619 or 7687017. OLE color: 7687017.

HSL color Cylindrical-coordinate representation of color #694B75: hue angle of 282.86º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #694B75 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10575117-
CMYK0.100.3600.54
HSL282.86º21.87%37.65%-
HSV(B)282.86º35.9%45.88%-
XYZ11.559.3218.02-
YUV88.76143.94139.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=35.35%
G=25.25%
B=39.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105751170.100.3600.54282.8621.8737.65
Hex694B75A2403611b1626
Octal15111316512440664332646
Binary1101001100101111101011010100100011011010001101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,75,117); }

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

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

 a { background-color: rgb(105,75,117); }

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

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

 span { border-color: rgb(105,75,117); }

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