#63727D

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

Shades of Blue Bayoux #63727D

Tints of Blue Bayoux #63727D

Color information

#63727D (or 0x63727D) is unknown color: approx 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

RGB99114125-
CMYK0.210.0900.51
HSL205.38º11.61%43.92%-
HSV(B)205.38º20.8%49.02%-
XYZ14.8616.1721.74-
YUV110.77136.03119.61-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991141250.210.0900.51205.3811.6143.92
Hex63727D159033cdc2c
Octal14316217525110633151454
Binary1100011111001011111011010110010110011110011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>