#618095

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

Shades of Lynch #618095

Tints of Lynch #618095

Color information

#618095 (or 0x618095) is unknown color: approx Lynch. HEX triplet: 61, 80 and 95. RGB value is (97,128,149). Sum of RGB (Red+Green+Blue) = 97+128+149=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #618095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618095 is #9E7F6A. Grayscale: #797979. Windows color (decimal): -10387307 or 9797729. OLE color: 9797729.

HSL color Cylindrical-coordinate representation of color #618095: hue angle of 204.23º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #618095 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97128149-
CMYK0.350.1400.42
HSL204.23º21.14%48.24%-
HSV(B)204.23º34.9%58.43%-
XYZ18.0720.1531.37-
YUV121.12143.73110.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 128 (50.39% from 255) = 34.22%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=25.94%
G=34.22%
B=39.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971281490.350.1400.42204.2321.1448.24
Hex61809523E02Acc1530
Octal14120022543160523142560
Binary11000011000000010010101100011111001010101100110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618095; }

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

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

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

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

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

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

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

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