#62798b

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

Shades of Lynch #62798B

Tints of Lynch #62798B

Color information

#62798B (or 0x62798B) is unknown color: approx Lynch. HEX triplet: 62, 79 and 8B. RGB value is (98,121,139). Sum of RGB (Red+Green+Blue) = 98+121+139=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #62798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62798B is #9D8674. Grayscale: #747474. Windows color (decimal): -10323573 or 9140578. OLE color: 9140578.

HSL color Cylindrical-coordinate representation of color #62798B: hue angle of 206.34º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62798B is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98121139-
CMYK0.290.1300.45
HSL206.34º17.3%46.47%-
HSV(B)206.34º29.5%54.51%-
XYZ16.5318.1427.06-
YUV116.18140.88115.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.37%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=27.37%
G=33.80%
B=38.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981211390.290.1300.45206.3417.346.47
Hex62798B1DD02Dce112e
Octal14217121335150553162156
Binary110001011110011000101111101110101011011100111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62798b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62798b; }

 p { color: rgb(98,121,139); }

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

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

 a { background-color: rgb(98,121,139); }

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

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

 span { border-color: rgb(98,121,139); }

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