Html Css Color HEX #627482 Lynch

📋 copy color: '#627482'

red 98 ◦ green 116 ◦ blue 130

#627482
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lynch #627482

Tints of Lynch #627482

RGB

 RED value IS 98 (38.67% from 255) = 28.49%

 GREEN value IS 116 (45.7% from 255) = 33.72%

 BLUE value IS 130 (51.17% from 255) = 37.79%

R = 28.49%
G = 33.72%
B = 37.79%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#627482 (or 0x627482) is known color: Lynch. HEX triplet: 62, 74 and 82. RGB value is (98,116,130). Sum of RGB (Red+Green+Blue) = 98+116+130=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 130 - color contains mainly: blue. Hex color #627482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627482 is #9D8B7D. Grayscale: #707070. Windows color (decimal): -10324862 or 8549474. OLE color: 8549474.

HSL color Cylindrical-coordinate representation of color #627482: hue angle of 206.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #627482 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 116 130 -
CMYK 0.25 0.11 0 0.49
HSL 206.25º 0.14% 0.45% -
HSV(B) 206.25º 0.25% 0.51% -
XYZ 15.31 16.7 23.54 -
YUV 112.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 98 116 130 0.25 0.11 0 0.49 206.25 0.14 0.45
Hex 62 74 82 19 B 0 31 CE E 2D
Octal 142 164 202 31 13 0 61 316 16 55
Binary 1100010 1110100 10000010 11001 1011 0 110001 11001110 1110 101101

Color Harmonies of #627482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627482

Black with #627482

Text Example


Text Example

White with #627482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627482; }

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

 H1.HeaderClassName
 {
   color: #627482;
 }
 .AnyTagClassName
 {
   color: #627482;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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