Html Css Color HEX #63737E Blue Bayoux

📋 copy color: '#63737E'

red 99 ◦ green 115 ◦ blue 126

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

Shades of Blue Bayoux #63737E

Tints of Blue Bayoux #63737E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.82%

 BLUE value IS 126 (49.61% from 255) = 37.06%

R = 29.12%
G = 33.82%
B = 37.06%

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

#63737E (or 0x63737E) is known color: Blue Bayoux. HEX triplet: 63, 73 and 7E. RGB value is (99,115,126). Sum of RGB (Red+Green+Blue) = 99+115+126=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 126 - color contains mainly: blue. Hex color #63737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63737E is #9C8C81. Grayscale: #6F6F6F. Windows color (decimal): -10259586 or 8287075. OLE color: 8287075.

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

Color convert

RGB 99 115 126 -
CMYK 0.21 0.09 0 0.51
HSL 204.44º 0.12% 0.44% -
HSV(B) 204.44º 0.21% 0.49% -
XYZ 15.04 16.42 22.12 -
YUV 111.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 99 115 126 0.21 0.09 0 0.51 204.44 0.12 0.44
Hex 63 73 7E 15 9 0 33 CC C 2C
Octal 143 163 176 25 11 0 63 314 14 54
Binary 1100011 1110011 1111110 10101 1001 0 110011 11001100 1100 101100

Color Harmonies of #63737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63737E

Black with #63737E

Text Example


Text Example

White with #63737E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63737E; }

 p { color: rgb(99,115,126); }

 H1.HeaderClassName
 {
   color: #63737E;
 }
 .AnyTagClassName
 {
   color: #63737E;
 }
</style>

background-color css

<style>
 a { background-color: #63737E; }

 a { background-color: rgb(99,115,126); }

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

border-color css

<style>
 span { border-color: #63737E; }

 span { border-color: rgb(99,115,126); }

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