#618092

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

Shades of Lynch #618092

Tints of Lynch #618092

Color information

#618092 (or 0x618092) is unknown color: approx Lynch. HEX triplet: 61, 80 and 92. RGB value is (97,128,146). Sum of RGB (Red+Green+Blue) = 97+128+146=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #618092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618092 is #9E7F6D. Grayscale: #787878. Windows color (decimal): -10387310 or 9601121. OLE color: 9601121.

HSL color Cylindrical-coordinate representation of color #618092: hue angle of 202.04º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #618092 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB97128146-
CMYK0.340.1200.43
HSL202.04º20.16%47.65%-
HSV(B)202.04º33.56%57.25%-
XYZ17.8420.0630.13-
YUV120.78142.23111.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 146 (57.42% from 255) = 39.35%
R=26.15%
G=34.50%
B=39.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971281460.340.1200.43202.0420.1647.65
Hex61809222C02Bca1430
Octal14120022242140533122460
Binary11000011000000010010010100010110001010111100101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618092; }

 p { color: rgb(97,128,146); }

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

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

 a { background-color: rgb(97,128,146); }

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

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

 span { border-color: rgb(97,128,146); }

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