Html Css Color HEX #63797B Blue Bayoux

📋 copy color: '#63797B'

red 99 ◦ green 121 ◦ blue 123

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

Shades of Blue Bayoux #63797B

Tints of Blue Bayoux #63797B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.28%

 BLUE value IS 123 (48.44% from 255) = 35.86%

R = 28.86%
G = 35.28%
B = 35.86%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#63797B (or 0x63797B) is known color: Blue Bayoux. HEX triplet: 63, 79 and 7B. RGB value is (99,121,123). Sum of RGB (Red+Green+Blue) = 99+121+123=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: blue. Hex color #63797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63797B is #9C8684. Grayscale: #727272. Windows color (decimal): -10258053 or 8092003. OLE color: 8092003.

HSL color Cylindrical-coordinate representation of color #63797B: hue angle of 185º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63797B is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 99 121 123 -
CMYK 0.20 0.02 0 0.52
HSL 185º 0.11% 0.44% -
HSV(B) 185º 0.2% 0.48% -
XYZ 15.56 17.76 21.35 -
YUV 114.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 99 121 123 0.20 0.02 0 0.52 185 0.11 0.44
Hex 63 79 7B 14 2 0 34 B9 B 2C
Octal 143 171 173 24 2 0 64 271 13 54
Binary 1100011 1111001 1111011 10100 10 0 110100 10111001 1011 101100

Color Harmonies of #63797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63797B

Black with #63797B

Text Example


Text Example

White with #63797B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63797B; }

 p { color: rgb(99,121,123); }

 H1.HeaderClassName
 {
   color: #63797B;
 }
 .AnyTagClassName
 {
   color: #63797B;
 }
</style>

background-color css

<style>
 a { background-color: #63797B; }

 a { background-color: rgb(99,121,123); }

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

border-color css

<style>
 span { border-color: #63797B; }

 span { border-color: rgb(99,121,123); }

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