#62788D

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

Shades of Lynch #62788D

Tints of Lynch #62788D

Color information

#62788D (or 0x62788D) is unknown color: approx Lynch. HEX triplet: 62, 78 and 8D. RGB value is (98,120,141). Sum of RGB (Red+Green+Blue) = 98+120+141=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #62788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62788D is #9D8772. Grayscale: #737373. Windows color (decimal): -10323827 or 9271394. OLE color: 9271394.

HSL color Cylindrical-coordinate representation of color #62788D: hue angle of 209.3º 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 #62788D is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98120141-
CMYK0.300.1500.45
HSL209.3º17.99%46.86%-
HSV(B)209.3º30.5%55.29%-
XYZ16.5617.9527.79-
YUV115.82142.21115.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=27.30%
G=33.43%
B=39.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981201410.300.1500.45209.317.9946.86
Hex62788D1EF02Dd1122f
Octal14217021536170553212257
Binary110001011110001000110111110111101011011101000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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