#698190

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

Shades of Lynch #698190

Tints of Lynch #698190

Color information

#698190 (or 0x698190) is unknown color: approx Lynch. HEX triplet: 69, 81 and 90. RGB value is (105,129,144). Sum of RGB (Red+Green+Blue) = 105+129+144=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #698190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698190 is #967E6F. Grayscale: #7B7B7B. Windows color (decimal): -9862768 or 9470313. OLE color: 9470313.

HSL color Cylindrical-coordinate representation of color #698190: hue angle of 203.08º 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 #698190 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB105129144-
CMYK0.270.1000.44
HSL203.08º15.66%48.82%-
HSV(B)203.08º27.08%56.47%-
XYZ18.7120.7229.4-
YUV123.53139.55114.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=27.78%
G=34.13%
B=38.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051291440.270.1000.44203.0815.6648.82
Hex6981901BA02Ccb1031
Octal15120122033120543132061
Binary1101001100000011001000011011101001011001100101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698190; }

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

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

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

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

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

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

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

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