Html Css Color HEX #63777D Blue Bayoux

📋 copy color: '#63777D'

red 99 ◦ green 119 ◦ blue 125

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

Shades of Blue Bayoux #63777D

Tints of Blue Bayoux #63777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.69%

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

R = 28.86%
G = 34.69%
B = 36.44%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63777D (or 0x63777D) is known color: Blue Bayoux. HEX triplet: 63, 77 and 7D. RGB value is (99,119,125). Sum of RGB (Red+Green+Blue) = 99+119+125=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 125 - color contains mainly: blue. Hex color #63777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63777D is #9C8882. Grayscale: #717171. Windows color (decimal): -10258563 or 8222563. OLE color: 8222563.

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

Color convert

RGB 99 119 125 -
CMYK 0.21 0.05 0 0.51
HSL 193.85º 0.12% 0.44% -
HSV(B) 193.85º 0.21% 0.49% -
XYZ 15.44 17.33 21.93 -
YUV 113.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 99 119 125 0.21 0.05 0 0.51 193.85 0.12 0.44
Hex 63 77 7D 15 5 0 33 C2 C 2C
Octal 143 167 175 25 5 0 63 302 14 54
Binary 1100011 1110111 1111101 10101 101 0 110011 11000010 1100 101100

Color Harmonies of #63777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63777D

Black with #63777D

Text Example


Text Example

White with #63777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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