#694684

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

Shades of Affair #694684

Tints of Affair #694684

Color information

#694684 (or 0x694684) is unknown color: approx Affair. HEX triplet: 69, 46 and 84. RGB value is (105,70,132). Sum of RGB (Red+Green+Blue) = 105+70+132=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #694684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694684 is #96B97B. Grayscale: #575757. Windows color (decimal): -9877884 or 8668777. OLE color: 8668777.

HSL color Cylindrical-coordinate representation of color #694684: hue angle of 273.87º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #694684 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10570132-
CMYK0.200.4700.48
HSL273.87º30.69%39.61%-
HSV(B)273.87º46.97%51.76%-
XYZ12.189.0522.93-
YUV87.53153.1140.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=34.20%
G=22.80%
B=43.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105701320.200.4700.48273.8730.6939.61
Hex694684142F0301121f28
Octal15110620424570604223750
Binary110100110001101000010010100101111011000010001001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694684; }

 p { color: rgb(105,70,132); }

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

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

 a { background-color: rgb(105,70,132); }

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

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

 span { border-color: rgb(105,70,132); }

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