#627990

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

Shades of Lynch #627990

Tints of Lynch #627990

Color information

#627990 (or 0x627990) is unknown color: approx Lynch. HEX triplet: 62, 79 and 90. RGB value is (98,121,144). Sum of RGB (Red+Green+Blue) = 98+121+144=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #627990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627990 is #9D866F. Grayscale: #747474. Windows color (decimal): -10323568 or 9468258. OLE color: 9468258.

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

Color convert

RGB98121144-
CMYK0.320.1600.44
HSL210º19.01%47.45%-
HSV(B)210º31.94%56.47%-
XYZ16.9118.2929.02-
YUV116.74143.38114.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 121 (47.66% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 39.67%
R=27.00%
G=33.33%
B=39.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981211440.320.1600.4421019.0147.45
Hex627990201002Cd2132f
Octal14217122040200543222357
Binary11000101111001100100001000001000001011001101001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627990; }

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

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

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

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

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

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

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

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