Html Css Color HEX #637482 Lynch

📋 copy color: '#637482'

red 99 ◦ green 116 ◦ blue 130

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

Shades of Lynch #637482

Tints of Lynch #637482

RGB

 RED value IS 99 (39.06% from 255) = 28.7%

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

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

R = 28.7%
G = 33.62%
B = 37.68%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#637482 (or 0x637482) is known color: Lynch. HEX triplet: 63, 74 and 82. RGB value is (99,116,130). Sum of RGB (Red+Green+Blue) = 99+116+130=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #637482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637482 is #9C8B7D. Grayscale: #707070. Windows color (decimal): -10259326 or 8549475. OLE color: 8549475.

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

Color convert

RGB 99 116 130 -
CMYK 0.24 0.11 0 0.49
HSL 207.1º 0.14% 0.45% -
HSV(B) 207.1º 0.24% 0.51% -
XYZ 15.42 16.76 23.54 -
YUV 112.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 99 116 130 0.24 0.11 0 0.49 207.1 0.14 0.45
Hex 63 74 82 18 B 0 31 CF E 2D
Octal 143 164 202 30 13 0 61 317 16 55
Binary 1100011 1110100 10000010 11000 1011 0 110001 11001111 1110 101101

Color Harmonies of #637482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637482

Black with #637482

Text Example


Text Example

White with #637482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637482; }

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

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

background-color css

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

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

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

border-color css

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

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

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