Html Css Color HEX #63777C Blue Bayoux

📋 copy color: '#63777C'

red 99 ◦ green 119 ◦ blue 124

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

Shades of Blue Bayoux #63777C

Tints of Blue Bayoux #63777C

RGB

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

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

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

R = 28.95%
G = 34.8%
B = 36.26%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63777C (or 0x63777C) is known color: Blue Bayoux. HEX triplet: 63, 77 and 7C. RGB value is (99,119,124). Sum of RGB (Red+Green+Blue) = 99+119+124=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #63777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63777C is #9C8883. Grayscale: #717171. Windows color (decimal): -10258564 or 8157027. OLE color: 8157027.

HSL color Cylindrical-coordinate representation of color #63777C: hue angle of 192º 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 #63777C is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 119 124 -
CMYK 0.20 0.04 0 0.51
HSL 192º 0.11% 0.44% -
HSV(B) 192º 0.2% 0.49% -
XYZ 15.38 17.3 21.6 -
YUV 113.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 99 119 124 0.20 0.04 0 0.51 192 0.11 0.44
Hex 63 77 7C 14 4 0 33 C0 B 2C
Octal 143 167 174 24 4 0 63 300 13 54
Binary 1100011 1110111 1111100 10100 100 0 110011 11000000 1011 101100

Color Harmonies of #63777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63777C

Black with #63777C

Text Example


Text Example

White with #63777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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