Html Css Color HEX #63778D Lynch

📋 copy color: '#63778D'

red 99 ◦ green 119 ◦ blue 141

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

Shades of Lynch #63778D

Tints of Lynch #63778D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.15%

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

R = 27.58%
G = 33.15%
B = 39.28%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63778D (or 0x63778D) is known color: Lynch. HEX triplet: 63, 77 and 8D. RGB value is (99,119,141). Sum of RGB (Red+Green+Blue) = 99+119+141=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #63778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63778D is #9C8872. Grayscale: #737373. Windows color (decimal): -10258547 or 9271139. OLE color: 9271139.

HSL color Cylindrical-coordinate representation of color #63778D: hue angle of 211.43º 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 #63778D is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 119 141 -
CMYK 0.30 0.16 0 0.45
HSL 211.43º 0.18% 0.47% -
HSV(B) 211.43º 0.3% 0.55% -
XYZ 16.55 17.77 27.76 -
YUV 115.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 99 119 141 0.30 0.16 0 0.45 211.43 0.18 0.47
Hex 63 77 8D 1E 10 0 2D D3 12 2F
Octal 143 167 215 36 20 0 55 323 22 57
Binary 1100011 1110111 10001101 11110 10000 0 101101 11010011 10010 101111

Color Harmonies of #63778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63778D

Black with #63778D

Text Example


Text Example

White with #63778D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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