#698390

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

Shades of Lynch #698390

Tints of Lynch #698390

Color information

#698390 (or 0x698390) is unknown color: approx Lynch. HEX triplet: 69, 83 and 90. RGB value is (105,131,144). Sum of RGB (Red+Green+Blue) = 105+131+144=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 144 - color contains mainly: blue. Hex color #698390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698390 is #967C6F. Grayscale: #7C7C7C. Windows color (decimal): -9862256 or 9470825. OLE color: 9470825.

HSL color Cylindrical-coordinate representation of color #698390: hue angle of 200º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #698390 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB105131144-
CMYK0.270.0900.44
HSL200º15.66%48.82%-
HSV(B)200º27.08%56.47%-
XYZ18.9821.2529.49-
YUV124.71138.89113.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 131 (51.56% from 255) = 34.47%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=27.63%
G=34.47%
B=37.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051311440.270.0900.4420015.6648.82
Hex6983901B902Cc81031
Octal15120322033110543102061
Binary1101001100000111001000011011100101011001100100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698390; }

 p { color: rgb(105,131,144); }

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

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

 a { background-color: rgb(105,131,144); }

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

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

 span { border-color: rgb(105,131,144); }

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