Html Css Color HEX #63767C Blue Bayoux

📋 copy color: '#63767C'

red 99 ◦ green 118 ◦ blue 124

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

Shades of Blue Bayoux #63767C

Tints of Blue Bayoux #63767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.6%

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

R = 29.03%
G = 34.6%
B = 36.36%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63767C (or 0x63767C) is known color: Blue Bayoux. HEX triplet: 63, 76 and 7C. RGB value is (99,118,124). Sum of RGB (Red+Green+Blue) = 99+118+124=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #63767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63767C is #9C8983. Grayscale: #707070. Windows color (decimal): -10258820 or 8156771. OLE color: 8156771.

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

Color convert

RGB 99 118 124 -
CMYK 0.20 0.05 0 0.51
HSL 194.4º 0.11% 0.44% -
HSV(B) 194.4º 0.2% 0.49% -
XYZ 15.26 17.06 21.56 -
YUV 113 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 99 118 124 0.20 0.05 0 0.51 194.4 0.11 0.44
Hex 63 76 7C 14 5 0 33 C2 B 2C
Octal 143 166 174 24 5 0 63 302 13 54
Binary 1100011 1110110 1111100 10100 101 0 110011 11000010 1011 101100

Color Harmonies of #63767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63767C

Black with #63767C

Text Example


Text Example

White with #63767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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