Html Css Color HEX #63808E Lynch

📋 copy color: '#63808E'

red 99 ◦ green 128 ◦ blue 142

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

Shades of Lynch #63808E

Tints of Lynch #63808E

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 value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63808E (or 0x63808E) is known color: 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

RGB 99 128 142 -
CMYK 0.30 0.10 0 0.44
HSL 199.53º 0.18% 0.47% -
HSV(B) 199.53º 0.3% 0.56% -
XYZ 17.75 20.04 28.52 -
YUV 120.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 99 128 142 0.30 0.10 0 0.44 199.53 0.18 0.47
Hex 63 80 8E 1E A 0 2C C8 12 2F
Octal 143 200 216 36 12 0 54 310 22 57
Binary 1100011 10000000 10001110 11110 1010 0 101100 11001000 10010 101111

Color Harmonies of #63808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63808E

Black with #63808E

Text Example


Text Example

White with #63808E

Text Example


Text Example

HTML Codes & Css Web 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>