#627484

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

Shades of Lynch #627484

Tints of Lynch #627484

Color information

#627484 (or 0x627484) is unknown color: approx Lynch. HEX triplet: 62, 74 and 84. RGB value is (98,116,132). Sum of RGB (Red+Green+Blue) = 98+116+132=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #627484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627484 is #9D8B7B. Grayscale: #707070. Windows color (decimal): -10324860 or 8680546. OLE color: 8680546.

HSL color Cylindrical-coordinate representation of color #627484: hue angle of 208.24º 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 #627484 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB98116132-
CMYK0.260.1200.48
HSL208.24º14.78%45.1%-
HSV(B)208.24º25.76%51.76%-
XYZ15.4516.7524.25-
YUV112.44139.04117.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.32%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=28.32%
G=33.53%
B=38.15%

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
Decimal981161320.260.1200.48208.2414.7845.1
Hex6274841AC030d0f2d
Octal14216420432140603201755
Binary11000101110100100001001101011000110000110100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627484; }

 p { color: rgb(98,116,132); }

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

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

 a { background-color: rgb(98,116,132); }

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

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

 span { border-color: rgb(98,116,132); }

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