Html Css Color HEX #63737D Blue Bayoux

📋 copy color: '#63737D'

red 99 ◦ green 115 ◦ blue 125

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

Shades of Blue Bayoux #63737D

Tints of Blue Bayoux #63737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.92%

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

R = 29.2%
G = 33.92%
B = 36.87%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63737D (or 0x63737D) is known color: Blue Bayoux. HEX triplet: 63, 73 and 7D. RGB value is (99,115,125). Sum of RGB (Red+Green+Blue) = 99+115+125=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 125 - color contains mainly: blue. Hex color #63737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63737D is #9C8C82. Grayscale: #6F6F6F. Windows color (decimal): -10259587 or 8221539. OLE color: 8221539.

HSL color Cylindrical-coordinate representation of color #63737D: hue angle of 203.08º 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 #63737D is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 115 125 -
CMYK 0.21 0.08 0 0.51
HSL 203.08º 0.12% 0.44% -
HSV(B) 203.08º 0.21% 0.49% -
XYZ 14.98 16.39 21.78 -
YUV 111.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 99 115 125 0.21 0.08 0 0.51 203.08 0.12 0.44
Hex 63 73 7D 15 8 0 33 CB C 2C
Octal 143 163 175 25 10 0 63 313 14 54
Binary 1100011 1110011 1111101 10101 1000 0 110011 11001011 1100 101100

Color Harmonies of #63737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63737D

Black with #63737D

Text Example


Text Example

White with #63737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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