#63737D

Color #63737D Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #63737D

Tints of Blue Bayoux #63737D

Color information

#63737D (or 0x63737D) is unknown color: approx Blue Bayoux. HEX triplet: 63, 73 and 7D. RGB value is (99,115,125). Sum of RGB (Red+Green+Blue) = 99+115+125=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 125 - color contains mainly: blue. Hex color #63737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63737D is #9C8C82. Grayscale: #6F6F6F. Windows color (decimal): -10259587 or 8221539. OLE color: 8221539.

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

Color convert

RGB99115125-
CMYK0.210.0800.51
HSL203.08º11.61%43.92%-
HSV(B)203.08º20.8%49.02%-
XYZ14.9816.3921.78-
YUV111.36135.7119.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.20%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=29.20%
G=33.92%
B=36.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991151250.210.0800.51203.0811.6143.92
Hex63737D158033cbc2c
Octal14316317525100633131454
Binary1100011111001111111011010110000110011110010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63737D;
 }
 .AnyTagClassName
 {
   color: #63737D;
 }
</style>
background-color css

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

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

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

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

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

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