#627A7F

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

Shades of Blue Bayoux #627A7F

Tints of Blue Bayoux #627A7F

Color information

#627A7F (or 0x627A7F) is unknown color: approx Blue Bayoux. HEX triplet: 62, 7A and 7F. RGB value is (98,122,127). Sum of RGB (Red+Green+Blue) = 98+122+127=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #627A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627A7F is #9D8580. Grayscale: #737373. Windows color (decimal): -10323329 or 8354402. OLE color: 8354402.

HSL color Cylindrical-coordinate representation of color #627A7F: hue angle of 190.34º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #627A7F is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB98122127-
CMYK0.230.0400.50
HSL190.34º12.89%44.12%-
HSV(B)190.34º22.83%49.8%-
XYZ15.8318.0522.73-
YUV115.39134.55115.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.24%
GREEN value IS 122 (48.05% from 255) = 35.16%
BLUE value IS 127 (50% from 255) = 36.60%
R=28.24%
G=35.16%
B=36.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal981221270.230.0400.50190.3412.8944.12
Hex627A7F174032bed2c
Octal1421721772740622761554
Binary110001011110101111111101111000110010101111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627A7F; }

 p { color: rgb(98,122,127); }

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

<style>
 a { background-color: #627A7F; }

 a { background-color: rgb(98,122,127); }

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

<style>
 span { border-color: #627A7F; }

 span { border-color: rgb(98,122,127); }

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