#63747B

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

Shades of Blue Bayoux #63747B

Tints of Blue Bayoux #63747B

Color information

#63747B (or 0x63747B) is unknown color: approx Blue Bayoux. HEX triplet: 63, 74 and 7B. RGB value is (99,116,123). Sum of RGB (Red+Green+Blue) = 99+116+123=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #63747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63747B is #9C8B84. Grayscale: #6F6F6F. Windows color (decimal): -10259333 or 8090723. OLE color: 8090723.

HSL color Cylindrical-coordinate representation of color #63747B: hue angle of 197.5º 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 #63747B is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB99116123-
CMYK0.200.0600.52
HSL197.5º10.81%43.53%-
HSV(B)197.5º19.51%48.24%-
XYZ14.9716.5721.15-
YUV111.72134.37118.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=29.29%
G=34.32%
B=36.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal991161230.200.0600.52197.510.8143.53
Hex63747B146034c6b2c
Octal1431641732460643061354
Binary110001111101001111011101001100110100110001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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