#637F94

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

Shades of Lynch #637F94

Tints of Lynch #637F94

Color information

#637F94 (or 0x637F94) is unknown color: approx Lynch. HEX triplet: 63, 7F and 94. RGB value is (99,127,148). Sum of RGB (Red+Green+Blue) = 99+127+148=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 148 - color contains mainly: blue. Hex color #637F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637F94 is #9C806B. Grayscale: #787878. Windows color (decimal): -10256492 or 9731939. OLE color: 9731939.

HSL color Cylindrical-coordinate representation of color #637F94: hue angle of 205.71º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #637F94 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB99127148-
CMYK0.330.1400.42
HSL205.71º19.84%48.43%-
HSV(B)205.71º33.11%58.04%-
XYZ18.0819.9730.92-
YUV121.02143.22112.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.47%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 148 (58.20% from 255) = 39.57%
R=26.47%
G=33.96%
B=39.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991271480.330.1400.42205.7119.8448.43
Hex637F9421E02Ace1430
Octal14317722441160523162460
Binary1100011111111110010100100001111001010101100111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,127,148); }

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

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

 a { background-color: rgb(99,127,148); }

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

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

 span { border-color: rgb(99,127,148); }

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