Html Css Color HEX #63747D Blue Bayoux

📋 copy color: '#63747D'

red 99 ◦ green 116 ◦ blue 125

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

Shades of Blue Bayoux #63747D

Tints of Blue Bayoux #63747D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.76%

R = 29.12%
G = 34.12%
B = 36.76%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63747D (or 0x63747D) is known color: Blue Bayoux. HEX triplet: 63, 74 and 7D. RGB value is (99,116,125). Sum of RGB (Red+Green+Blue) = 99+116+125=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 125 - color contains mainly: blue. Hex color #63747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63747D is #9C8B82. Grayscale: #6F6F6F. Windows color (decimal): -10259331 or 8221795. OLE color: 8221795.

HSL color Cylindrical-coordinate representation of color #63747D: hue angle of 200.77º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63747D is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 116 125 -
CMYK 0.21 0.07 0 0.51
HSL 200.77º 0.12% 0.44% -
HSV(B) 200.77º 0.21% 0.49% -
XYZ 15.09 16.62 21.82 -
YUV 111.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 99 116 125 0.21 0.07 0 0.51 200.77 0.12 0.44
Hex 63 74 7D 15 7 0 33 C9 C 2C
Octal 143 164 175 25 7 0 63 311 14 54
Binary 1100011 1110100 1111101 10101 111 0 110011 11001001 1100 101100

Color Harmonies of #63747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63747D

Black with #63747D

Text Example


Text Example

White with #63747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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