Html Css Color HEX #63788B Lynch

📋 copy color: '#63788B'

red 99 ◦ green 120 ◦ blue 139

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

Shades of Lynch #63788B

Tints of Lynch #63788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.83%

R = 27.65%
G = 33.52%
B = 38.83%

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

#63788B (or 0x63788B) is known color: Lynch. HEX triplet: 63, 78 and 8B. RGB value is (99,120,139). Sum of RGB (Red+Green+Blue) = 99+120+139=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #63788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63788B is #9C8774. Grayscale: #737373. Windows color (decimal): -10258293 or 9140323. OLE color: 9140323.

HSL color Cylindrical-coordinate representation of color #63788B: hue angle of 208.5º 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 #63788B is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 120 139 -
CMYK 0.29 0.14 0 0.45
HSL 208.5º 0.17% 0.47% -
HSV(B) 208.5º 0.29% 0.55% -
XYZ 16.52 17.95 27.02 -
YUV 115.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 99 120 139 0.29 0.14 0 0.45 208.5 0.17 0.47
Hex 63 78 8B 1D E 0 2D D0 11 2F
Octal 143 170 213 35 16 0 55 320 21 57
Binary 1100011 1111000 10001011 11101 1110 0 101101 11010000 10001 101111

Color Harmonies of #63788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63788B

Black with #63788B

Text Example


Text Example

White with #63788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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