#63787B

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

Shades of Blue Bayoux #63787B

Tints of Blue Bayoux #63787B

Color information

#63787B (or 0x63787B) is unknown color: approx Blue Bayoux. HEX triplet: 63, 78 and 7B. RGB value is (99,120,123). Sum of RGB (Red+Green+Blue) = 99+120+123=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 123 - color contains mainly: blue. Hex color #63787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63787B is #9C8784. Grayscale: #727272. Windows color (decimal): -10258309 or 8091747. OLE color: 8091747.

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

Color convert

RGB99120123-
CMYK0.200.0200.52
HSL187.5º10.81%43.53%-
HSV(B)187.5º19.51%48.24%-
XYZ15.4417.5221.31-
YUV114.06133.04117.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=28.95%
G=35.09%
B=35.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal991201230.200.0200.52187.510.8143.53
Hex63787B142034bcb2c
Octal1431701732420642741354
Binary11000111111000111101110100100110100101111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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