#627379

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

Shades of Blue Bayoux #627379

Tints of Blue Bayoux #627379

Color information

#627379 (or 0x627379) is unknown color: approx Blue Bayoux. HEX triplet: 62, 73 and 79. RGB value is (98,115,121). Sum of RGB (Red+Green+Blue) = 98+115+121=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 121 - color contains mainly: blue. Hex color #627379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627379 is #9D8C86. Grayscale: #6E6E6E. Windows color (decimal): -10325127 or 7959394. OLE color: 7959394.

HSL color Cylindrical-coordinate representation of color #627379: hue angle of 195.65º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #627379 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB98115121-
CMYK0.190.0500.53
HSL195.65º10.5%42.94%-
HSV(B)195.65º19.01%47.45%-
XYZ14.6216.2420.45-
YUV110.6133.87119.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.34%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 121 (47.66% from 255) = 36.23%
R=29.34%
G=34.43%
B=36.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal981151210.190.0500.53195.6510.542.94
Hex627379135035c4b2b
Octal1421631712350653041353
Binary110001011100111111001100111010110101110001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627379; }

 p { color: rgb(98,115,121); }

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

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

 a { background-color: rgb(98,115,121); }

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

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

 span { border-color: rgb(98,115,121); }

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