#62788E

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

Shades of Lynch #62788E

Tints of Lynch #62788E

Color information

#62788E (or 0x62788E) is unknown color: approx Lynch. HEX triplet: 62, 78 and 8E. RGB value is (98,120,142). Sum of RGB (Red+Green+Blue) = 98+120+142=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #62788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62788E is #9D8771. Grayscale: #737373. Windows color (decimal): -10323826 or 9336930. OLE color: 9336930.

HSL color Cylindrical-coordinate representation of color #62788E: hue angle of 210º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62788E is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98120142-
CMYK0.310.1500.44
HSL210º18.33%47.06%-
HSV(B)210º30.99%55.69%-
XYZ16.6417.9828.19-
YUV115.93142.71115.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.22%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=27.22%
G=33.33%
B=39.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981201420.310.1500.4421018.3347.06
Hex62788E1FF02Cd2122f
Octal14217021637170543222257
Binary110001011110001000111011111111101011001101001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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