Html Css Color HEX #63767D Blue Bayoux

📋 copy color: '#63767D'

red 99 ◦ green 118 ◦ blue 125

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

Shades of Blue Bayoux #63767D

Tints of Blue Bayoux #63767D

RGB

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

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

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

R = 28.95%
G = 34.5%
B = 36.55%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63767D (or 0x63767D) is known color: Blue Bayoux. HEX triplet: 63, 76 and 7D. RGB value is (99,118,125). Sum of RGB (Red+Green+Blue) = 99+118+125=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 125 - color contains mainly: blue. Hex color #63767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63767D is #9C8982. Grayscale: #717171. Windows color (decimal): -10258819 or 8222307. OLE color: 8222307.

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

Color convert

RGB 99 118 125 -
CMYK 0.21 0.06 0 0.51
HSL 196.15º 0.12% 0.44% -
HSV(B) 196.15º 0.21% 0.49% -
XYZ 15.33 17.09 21.89 -
YUV 113.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 99 118 125 0.21 0.06 0 0.51 196.15 0.12 0.44
Hex 63 76 7D 15 6 0 33 C4 C 2C
Octal 143 166 175 25 6 0 63 304 14 54
Binary 1100011 1110110 1111101 10101 110 0 110011 11000100 1100 101100

Color Harmonies of #63767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63767D

Black with #63767D

Text Example


Text Example

White with #63767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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