Html Css Color HEX #63747C Blue Bayoux

📋 copy color: '#63747C'

red 99 ◦ green 116 ◦ blue 124

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

Shades of Blue Bayoux #63747C

Tints of Blue Bayoux #63747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

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

R = 29.2%
G = 34.22%
B = 36.58%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63747C (or 0x63747C) is known color: Blue Bayoux. HEX triplet: 63, 74 and 7C. RGB value is (99,116,124). Sum of RGB (Red+Green+Blue) = 99+116+124=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #63747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63747C is #9C8B83. Grayscale: #6F6F6F. Windows color (decimal): -10259332 or 8156259. OLE color: 8156259.

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

Color convert

RGB 99 116 124 -
CMYK 0.20 0.06 0 0.51
HSL 199.2º 0.11% 0.44% -
HSV(B) 199.2º 0.2% 0.49% -
XYZ 15.03 16.6 21.48 -
YUV 111.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 99 116 124 0.20 0.06 0 0.51 199.2 0.11 0.44
Hex 63 74 7C 14 6 0 33 C7 B 2C
Octal 143 164 174 24 6 0 63 307 13 54
Binary 1100011 1110100 1111100 10100 110 0 110011 11000111 1011 101100

Color Harmonies of #63747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63747C

Black with #63747C

Text Example


Text Example

White with #63747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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