Html Css Color HEX #63787C Blue Bayoux

📋 copy color: '#63787C'

red 99 ◦ green 120 ◦ blue 124

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

Shades of Blue Bayoux #63787C

Tints of Blue Bayoux #63787C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.15%

R = 28.86%
G = 34.99%
B = 36.15%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63787C (or 0x63787C) is known color: Blue Bayoux. HEX triplet: 63, 78 and 7C. RGB value is (99,120,124). Sum of RGB (Red+Green+Blue) = 99+120+124=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 124 - color contains mainly: blue. Hex color #63787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63787C is #9C8783. Grayscale: #727272. Windows color (decimal): -10258308 or 8157283. OLE color: 8157283.

HSL color Cylindrical-coordinate representation of color #63787C: hue angle of 189.6º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63787C is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 120 124 -
CMYK 0.20 0.03 0 0.51
HSL 189.6º 0.11% 0.44% -
HSV(B) 189.6º 0.2% 0.49% -
XYZ 15.5 17.54 21.64 -
YUV 114.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 99 120 124 0.20 0.03 0 0.51 189.6 0.11 0.44
Hex 63 78 7C 14 3 0 33 BE B 2C
Octal 143 170 174 24 3 0 63 276 13 54
Binary 1100011 1111000 1111100 10100 11 0 110011 10111110 1011 101100

Color Harmonies of #63787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63787C

Black with #63787C

Text Example


Text Example

White with #63787C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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