Html Css Color HEX #637481 Lynch

📋 copy color: '#637481'

red 99 ◦ green 116 ◦ blue 129

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

Shades of Lynch #637481

Tints of Lynch #637481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.5%

R = 28.78%
G = 33.72%
B = 37.5%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#637481 (or 0x637481) is known color: Lynch. HEX triplet: 63, 74 and 81. RGB value is (99,116,129). Sum of RGB (Red+Green+Blue) = 99+116+129=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 129 - color contains mainly: blue. Hex color #637481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637481 is #9C8B7E. Grayscale: #707070. Windows color (decimal): -10259327 or 8483939. OLE color: 8483939.

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

Color convert

RGB 99 116 129 -
CMYK 0.23 0.10 0 0.49
HSL 206º 0.13% 0.45% -
HSV(B) 206º 0.23% 0.51% -
XYZ 15.35 16.73 23.19 -
YUV 112.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 99 116 129 0.23 0.10 0 0.49 206 0.13 0.45
Hex 63 74 81 17 A 0 31 CE D 2D
Octal 143 164 201 27 12 0 61 316 15 55
Binary 1100011 1110100 10000001 10111 1010 0 110001 11001110 1101 101101

Color Harmonies of #637481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637481

Black with #637481

Text Example


Text Example

White with #637481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637481; }

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

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

background-color css

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

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

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

border-color css

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

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

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