#627380

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

Shades of Lynch #627380

Tints of Lynch #627380

Color information

#627380 (or 0x627380) is unknown color: approx Lynch. HEX triplet: 62, 73 and 80. RGB value is (98,115,128). Sum of RGB (Red+Green+Blue) = 98+115+128=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 128 - color contains mainly: blue. Hex color #627380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627380 is #9D8C7F. Grayscale: #6F6F6F. Windows color (decimal): -10325120 or 8418146. OLE color: 8418146.

HSL color Cylindrical-coordinate representation of color #627380: hue angle of 206º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #627380 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB98115128-
CMYK0.230.1000.50
HSL206º13.27%44.31%-
HSV(B)206º23.44%50.2%-
XYZ15.0616.4222.8-
YUV111.4137.37118.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.74%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 128 (50.39% from 255) = 37.54%
R=28.74%
G=33.72%
B=37.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal981151280.230.1000.5020613.2744.31
Hex62738017A032ced2c
Octal14216320027120623161554
Binary11000101110011100000001011110100110010110011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627380; }

 p { color: rgb(98,115,128); }

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

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

 a { background-color: rgb(98,115,128); }

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

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

 span { border-color: rgb(98,115,128); }

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