#62788C

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

Shades of Lynch #62788C

Tints of Lynch #62788C

Color information

#62788C (or 0x62788C) is unknown color: approx Lynch. HEX triplet: 62, 78 and 8C. RGB value is (98,120,140). Sum of RGB (Red+Green+Blue) = 98+120+140=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #62788C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62788C is #9D8773. Grayscale: #737373. Windows color (decimal): -10323828 or 9205858. OLE color: 9205858.

HSL color Cylindrical-coordinate representation of color #62788C: hue angle of 208.57º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62788C is Cyan = 0.3, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98120140-
CMYK0.30.1400.45
HSL208.57º17.65%46.67%-
HSV(B)208.57º30%54.9%-
XYZ16.4917.9227.4-
YUV115.7141.71115.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.37%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 140 (55.08% from 255) = 39.11%
R=27.37%
G=33.52%
B=39.11%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981201400.30.1400.45208.5717.6546.67
Hex62788C1EE02Dd1122f
Octal14217021436160553212257
Binary110001011110001000110011110111001011011101000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62788C; }

 p { color: rgb(98,120,140); }

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

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

 a { background-color: rgb(98,120,140); }

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

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

 span { border-color: rgb(98,120,140); }

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