Html Css Color HEX #63788D Lynch

📋 copy color: '#63788D'

red 99 ◦ green 120 ◦ blue 141

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

Shades of Lynch #63788D

Tints of Lynch #63788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.33%

 BLUE value IS 141 (55.47% from 255) = 39.17%

R = 27.5%
G = 33.33%
B = 39.17%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63788D (or 0x63788D) is known color: Lynch. HEX triplet: 63, 78 and 8D. RGB value is (99,120,141). Sum of RGB (Red+Green+Blue) = 99+120+141=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #63788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63788D is #9C8772. Grayscale: #747474. Windows color (decimal): -10258291 or 9271395. OLE color: 9271395.

HSL color Cylindrical-coordinate representation of color #63788D: hue angle of 210º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63788D is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 120 141 -
CMYK 0.30 0.15 0 0.45
HSL 210º 0.18% 0.47% -
HSV(B) 210º 0.3% 0.55% -
XYZ 16.67 18.01 27.8 -
YUV 116.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 99 120 141 0.30 0.15 0 0.45 210 0.18 0.47
Hex 63 78 8D 1E F 0 2D D2 12 2F
Octal 143 170 215 36 17 0 55 322 22 57
Binary 1100011 1111000 10001101 11110 1111 0 101101 11010010 10010 101111

Color Harmonies of #63788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63788D

Black with #63788D

Text Example


Text Example

White with #63788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63788D; }

 p { color: rgb(99,120,141); }

 H1.HeaderClassName
 {
   color: #63788D;
 }
 .AnyTagClassName
 {
   color: #63788D;
 }
</style>

background-color css

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

 a { background-color: rgb(99,120,141); }

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

border-color css

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

 span { border-color: rgb(99,120,141); }

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