Html Css Color HEX #63808F Lynch

📋 copy color: '#63808F'

red 99 ◦ green 128 ◦ blue 143

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

Shades of Lynch #63808F

Tints of Lynch #63808F

RGB

 RED value IS 99 (39.06% from 255) = 26.76%

 GREEN value IS 128 (50.39% from 255) = 34.59%

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 26.76%
G = 34.59%
B = 38.65%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63808F (or 0x63808F) is known color: Lynch. HEX triplet: 63, 80 and 8F. RGB value is (99,128,143). Sum of RGB (Red+Green+Blue) = 99+128+143=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 143 - color contains mainly: blue. Hex color #63808F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63808F is #9C7F70. Grayscale: #787878. Windows color (decimal): -10256241 or 9404515. OLE color: 9404515.

HSL color Cylindrical-coordinate representation of color #63808F: hue angle of 200.45º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63808F is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 128 143 -
CMYK 0.31 0.10 0 0.44
HSL 200.45º 0.18% 0.47% -
HSV(B) 200.45º 0.31% 0.56% -
XYZ 17.82 20.07 28.92 -
YUV 121.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 99 128 143 0.31 0.10 0 0.44 200.45 0.18 0.47
Hex 63 80 8F 1F A 0 2C C8 12 2F
Octal 143 200 217 37 12 0 54 310 22 57
Binary 1100011 10000000 10001111 11111 1010 0 101100 11001000 10010 101111

Color Harmonies of #63808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63808F

Black with #63808F

Text Example


Text Example

White with #63808F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63808F;
 }
 .AnyTagClassName
 {
   color: #63808F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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