Html Css Color HEX #637D8E Lynch

📋 copy color: '#637D8E'

red 99 ◦ green 125 ◦ blue 142

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

Shades of Lynch #637D8E

Tints of Lynch #637D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

 BLUE value IS 142 (55.86% from 255) = 38.8%

R = 27.05%
G = 34.15%
B = 38.8%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#637D8E (or 0x637D8E) is known color: Lynch. HEX triplet: 63, 7D and 8E. RGB value is (99,125,142). Sum of RGB (Red+Green+Blue) = 99+125+142=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #637D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637D8E is #9C8271. Grayscale: #777777. Windows color (decimal): -10257010 or 9338211. OLE color: 9338211.

HSL color Cylindrical-coordinate representation of color #637D8E: hue angle of 203.72º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #637D8E is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 125 142 -
CMYK 0.30 0.12 0 0.44
HSL 203.72º 0.18% 0.47% -
HSV(B) 203.72º 0.3% 0.56% -
XYZ 17.36 19.27 28.4 -
YUV 119.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 99 125 142 0.30 0.12 0 0.44 203.72 0.18 0.47
Hex 63 7D 8E 1E C 0 2C CC 12 2F
Octal 143 175 216 36 14 0 54 314 22 57
Binary 1100011 1111101 10001110 11110 1100 0 101100 11001100 10010 101111

Color Harmonies of #637D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637D8E

Black with #637D8E

Text Example


Text Example

White with #637D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637D8E; }

 p { color: rgb(99,125,142); }

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

background-color css

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

 a { background-color: rgb(99,125,142); }

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

border-color css

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

 span { border-color: rgb(99,125,142); }

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