#63808E

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

Shades of Lynch #63808E

Tints of Lynch #63808E

Color information

#63808E (or 0x63808E) is unknown color: approx Lynch. HEX triplet: 63, 80 and 8E. RGB value is (99,128,142). Sum of RGB (Red+Green+Blue) = 99+128+142=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #63808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63808E is #9C7F71. Grayscale: #787878. Windows color (decimal): -10256242 or 9338979. OLE color: 9338979.

HSL color Cylindrical-coordinate representation of color #63808E: hue angle of 199.53º 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 #63808E is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB99128142-
CMYK0.300.1000.44
HSL199.53º17.84%47.25%-
HSV(B)199.53º30.28%55.69%-
XYZ17.7520.0428.52-
YUV120.92139.89112.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.83%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=26.83%
G=34.69%
B=38.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991281420.300.1000.44199.5317.8447.25
Hex63808E1EA02Cc8122f
Octal14320021636120543102257
Binary1100011100000001000111011110101001011001100100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63808E; }

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

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

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

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

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

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

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

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