#627585

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

Shades of Lynch #627585

Tints of Lynch #627585

Color information

#627585 (or 0x627585) is unknown color: approx Lynch. HEX triplet: 62, 75 and 85. RGB value is (98,117,133). Sum of RGB (Red+Green+Blue) = 98+117+133=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #627585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627585 is #9D8A7A. Grayscale: #717171. Windows color (decimal): -10324603 or 8746338. OLE color: 8746338.

HSL color Cylindrical-coordinate representation of color #627585: hue angle of 207.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #627585 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB98117133-
CMYK0.260.1200.48
HSL207.43º15.15%45.29%-
HSV(B)207.43º26.32%52.16%-
XYZ15.6317.0124.65-
YUV113.14139.21117.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.16%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=28.16%
G=33.62%
B=38.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981171330.260.1200.48207.4315.1545.29
Hex6275851AC030cff2d
Octal14216520532140603171755
Binary11000101110101100001011101011000110000110011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627585; }

 p { color: rgb(98,117,133); }

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

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

 a { background-color: rgb(98,117,133); }

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

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

 span { border-color: rgb(98,117,133); }

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