Html Css Color HEX #63727D Blue Bayoux

📋 copy color: '#63727D'

red 99 ◦ green 114 ◦ blue 125

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

Shades of Blue Bayoux #63727D

Tints of Blue Bayoux #63727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.73%

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

R = 29.29%
G = 33.73%
B = 36.98%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63727D (or 0x63727D) is known color: Blue Bayoux. HEX triplet: 63, 72 and 7D. RGB value is (99,114,125). Sum of RGB (Red+Green+Blue) = 99+114+125=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 125 - color contains mainly: blue. Hex color #63727D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63727D is #9C8D82. Grayscale: #6E6E6E. Windows color (decimal): -10259843 or 8221283. OLE color: 8221283.

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

Color convert

RGB 99 114 125 -
CMYK 0.21 0.09 0 0.51
HSL 205.38º 0.12% 0.44% -
HSV(B) 205.38º 0.21% 0.49% -
XYZ 14.86 16.17 21.74 -
YUV 110.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 99 114 125 0.21 0.09 0 0.51 205.38 0.12 0.44
Hex 63 72 7D 15 9 0 33 CD C 2C
Octal 143 162 175 25 11 0 63 315 14 54
Binary 1100011 1110010 1111101 10101 1001 0 110011 11001101 1100 101100

Color Harmonies of #63727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63727D

Black with #63727D

Text Example


Text Example

White with #63727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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