#697884

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

Shades of Lynch #697884

Tints of Lynch #697884

Color information

#697884 (or 0x697884) is unknown color: approx Lynch. HEX triplet: 69, 78 and 84. RGB value is (105,120,132). Sum of RGB (Red+Green+Blue) = 105+120+132=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #697884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697884 is #96877B. Grayscale: #747474. Windows color (decimal): -9865084 or 8681577. OLE color: 8681577.

HSL color Cylindrical-coordinate representation of color #697884: hue angle of 206.67º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #697884 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB105120132-
CMYK0.200.0900.48
HSL206.67º11.39%46.47%-
HSV(B)206.67º20.45%51.76%-
XYZ16.7118.124.44-
YUV116.88136.53119.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=29.41%
G=33.61%
B=36.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051201320.200.0900.48206.6711.3946.47
Hex697884149030cfb2e
Octal15117020424110603171356
Binary11010011111000100001001010010010110000110011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697884; }

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

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

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

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

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

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

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

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