Html Css Color HEX #63788C Lynch

📋 copy color: '#63788C'

red 99 ◦ green 120 ◦ blue 140

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

Shades of Lynch #63788C

Tints of Lynch #63788C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39%

R = 27.58%
G = 33.43%
B = 39%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63788C (or 0x63788C) is known color: Lynch. HEX triplet: 63, 78 and 8C. RGB value is (99,120,140). Sum of RGB (Red+Green+Blue) = 99+120+140=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #63788C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63788C is #9C8773. Grayscale: #737373. Windows color (decimal): -10258292 or 9205859. OLE color: 9205859.

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

Color convert

RGB 99 120 140 -
CMYK 0.29 0.14 0 0.45
HSL 209.27º 0.17% 0.47% -
HSV(B) 209.27º 0.29% 0.55% -
XYZ 16.6 17.98 27.41 -
YUV 116 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 99 120 140 0.29 0.14 0 0.45 209.27 0.17 0.47
Hex 63 78 8C 1D E 0 2D D1 11 2F
Octal 143 170 214 35 16 0 55 321 21 57
Binary 1100011 1111000 10001100 11101 1110 0 101101 11010001 10001 101111

Color Harmonies of #63788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63788C

Black with #63788C

Text Example


Text Example

White with #63788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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