Html Css Color HEX #63788A Lynch

📋 copy color: '#63788A'

red 99 ◦ green 120 ◦ blue 138

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

Shades of Lynch #63788A

Tints of Lynch #63788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.66%

R = 27.73%
G = 33.61%
B = 38.66%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#63788A (or 0x63788A) is known color: Lynch. HEX triplet: 63, 78 and 8A. RGB value is (99,120,138). Sum of RGB (Red+Green+Blue) = 99+120+138=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #63788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63788A is #9C8775. Grayscale: #737373. Windows color (decimal): -10258294 or 9074787. OLE color: 9074787.

HSL color Cylindrical-coordinate representation of color #63788A: hue angle of 207.69º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63788A is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 120 138 -
CMYK 0.28 0.13 0 0.46
HSL 207.69º 0.16% 0.46% -
HSV(B) 207.69º 0.28% 0.54% -
XYZ 16.45 17.92 26.64 -
YUV 115.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 99 120 138 0.28 0.13 0 0.46 207.69 0.16 0.46
Hex 63 78 8A 1C D 0 2E D0 10 2E
Octal 143 170 212 34 15 0 56 320 20 56
Binary 1100011 1111000 10001010 11100 1101 0 101110 11010000 10000 101110

Color Harmonies of #63788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63788A

Black with #63788A

Text Example


Text Example

White with #63788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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