#697880

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

Shades of Lynch #697880

Tints of Lynch #697880

Color information

#697880 (or 0x697880) is unknown color: approx Lynch. HEX triplet: 69, 78 and 80. RGB value is (105,120,128). Sum of RGB (Red+Green+Blue) = 105+120+128=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 128 - color contains mainly: blue. Hex color #697880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697880 is #96877F. Grayscale: #747474. Windows color (decimal): -9865088 or 8419433. OLE color: 8419433.

HSL color Cylindrical-coordinate representation of color #697880: hue angle of 200.87º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #697880 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB105120128-
CMYK0.180.0600.50
HSL200.87º9.87%45.69%-
HSV(B)200.87º17.97%50.2%-
XYZ16.4417.9923.03-
YUV116.43134.53119.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 128 (50.39% from 255) = 36.26%
R=29.75%
G=33.99%
B=36.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1051201280.180.0600.50200.879.8745.69
Hex697880126032c9a2e
Octal1511702002260623111256
Binary1101001111100010000000100101100110010110010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697880; }

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

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

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

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

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

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

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

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