Html Css Color HEX #63777A Blue Bayoux

📋 copy color: '#63777A'

red 99 ◦ green 119 ◦ blue 122

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

Shades of Blue Bayoux #63777A

Tints of Blue Bayoux #63777A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 29.12%
G = 35%
B = 35.88%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#63777A (or 0x63777A) is known color: Blue Bayoux. HEX triplet: 63, 77 and 7A. RGB value is (99,119,122). Sum of RGB (Red+Green+Blue) = 99+119+122=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 122 - color contains mainly: blue. Hex color #63777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63777A is #9C8885. Grayscale: #717171. Windows color (decimal): -10258566 or 8025955. OLE color: 8025955.

HSL color Cylindrical-coordinate representation of color #63777A: hue angle of 187.83º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #63777A is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 99 119 122 -
CMYK 0.19 0.02 0 0.52
HSL 187.83º 0.1% 0.43% -
HSV(B) 187.83º 0.19% 0.48% -
XYZ 15.26 17.25 20.94 -
YUV 113.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 99 119 122 0.19 0.02 0 0.52 187.83 0.1 0.43
Hex 63 77 7A 13 2 0 34 BC A 2B
Octal 143 167 172 23 2 0 64 274 12 53
Binary 1100011 1110111 1111010 10011 10 0 110100 10111100 1010 101011

Color Harmonies of #63777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63777A

Black with #63777A

Text Example


Text Example

White with #63777A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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