Html Css Color HEX #63737C Blue Bayoux

📋 copy color: '#63737C'

red 99 ◦ green 115 ◦ blue 124

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

Shades of Blue Bayoux #63737C

Tints of Blue Bayoux #63737C

RGB

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

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

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

R = 29.29%
G = 34.02%
B = 36.69%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63737C (or 0x63737C) is known color: Blue Bayoux. HEX triplet: 63, 73 and 7C. RGB value is (99,115,124). Sum of RGB (Red+Green+Blue) = 99+115+124=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #63737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63737C is #9C8C83. Grayscale: #6F6F6F. Windows color (decimal): -10259588 or 8156003. OLE color: 8156003.

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

Color convert

RGB 99 115 124 -
CMYK 0.20 0.07 0 0.51
HSL 201.6º 0.11% 0.44% -
HSV(B) 201.6º 0.2% 0.49% -
XYZ 14.91 16.37 21.44 -
YUV 111.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 99 115 124 0.20 0.07 0 0.51 201.6 0.11 0.44
Hex 63 73 7C 14 7 0 33 CA B 2C
Octal 143 163 174 24 7 0 63 312 13 54
Binary 1100011 1110011 1111100 10100 111 0 110011 11001010 1011 101100

Color Harmonies of #63737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63737C

Black with #63737C

Text Example


Text Example

White with #63737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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