Html Css Color HEX #63757C Blue Bayoux

📋 copy color: '#63757C'

red 99 ◦ green 117 ◦ blue 124

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

Shades of Blue Bayoux #63757C

Tints of Blue Bayoux #63757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

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

R = 29.12%
G = 34.41%
B = 36.47%

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

#63757C (or 0x63757C) is known color: Blue Bayoux. HEX triplet: 63, 75 and 7C. RGB value is (99,117,124). Sum of RGB (Red+Green+Blue) = 99+117+124=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #63757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63757C is #9C8A83. Grayscale: #707070. Windows color (decimal): -10259076 or 8156515. OLE color: 8156515.

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

Color convert

RGB 99 117 124 -
CMYK 0.20 0.06 0 0.51
HSL 196.8º 0.11% 0.44% -
HSV(B) 196.8º 0.2% 0.49% -
XYZ 15.14 16.83 21.52 -
YUV 112.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 99 117 124 0.20 0.06 0 0.51 196.8 0.11 0.44
Hex 63 75 7C 14 6 0 33 C5 B 2C
Octal 143 165 174 24 6 0 63 305 13 54
Binary 1100011 1110101 1111100 10100 110 0 110011 11000101 1011 101100

Color Harmonies of #63757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63757C

Black with #63757C

Text Example


Text Example

White with #63757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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