#638194

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

Shades of Lynch #638194

Tints of Lynch #638194

Color information

#638194 (or 0x638194) is unknown color: approx Lynch. HEX triplet: 63, 81 and 94. RGB value is (99,129,148). Sum of RGB (Red+Green+Blue) = 99+129+148=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 148 - color contains mainly: blue. Hex color #638194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638194 is #9C7E6B. Grayscale: #7A7A7A. Windows color (decimal): -10255980 or 9732451. OLE color: 9732451.

HSL color Cylindrical-coordinate representation of color #638194: hue angle of 203.27º 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 #638194 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB99129148-
CMYK0.330.1300.42
HSL203.27º19.84%48.43%-
HSV(B)203.27º33.11%58.04%-
XYZ18.3420.4931.01-
YUV122.2142.56111.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.33%
GREEN value IS 129 (50.78% from 255) = 34.31%
BLUE value IS 148 (58.20% from 255) = 39.36%
R=26.33%
G=34.31%
B=39.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991291480.330.1300.42203.2719.8448.43
Hex63819421D02Acb1430
Octal14320122441150523132460
Binary11000111000000110010100100001110101010101100101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638194; }

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

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

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

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

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

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

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

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