#638092

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

Shades of Lynch #638092

Tints of Lynch #638092

Color information

#638092 (or 0x638092) is unknown color: approx Lynch. HEX triplet: 63, 80 and 92. RGB value is (99,128,146). Sum of RGB (Red+Green+Blue) = 99+128+146=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #638092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638092 is #9C7F6D. Grayscale: #797979. Windows color (decimal): -10256238 or 9601123. OLE color: 9601123.

HSL color Cylindrical-coordinate representation of color #638092: hue angle of 202.98º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #638092 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB99128146-
CMYK0.320.1200.43
HSL202.98º19.18%48.04%-
HSV(B)202.98º32.19%57.25%-
XYZ18.0520.1730.14-
YUV121.38141.89112.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=26.54%
G=34.32%
B=39.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991281460.320.1200.43202.9819.1848.04
Hex63809220C02Bcb1330
Octal14320022240140533132360
Binary11000111000000010010010100000110001010111100101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638092; }

 p { color: rgb(99,128,146); }

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

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

 a { background-color: rgb(99,128,146); }

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

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

 span { border-color: rgb(99,128,146); }

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