#627377

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

Shades of Blue Bayoux #627377

Tints of Blue Bayoux #627377

Color information

#627377 (or 0x627377) is unknown color: approx Blue Bayoux. HEX triplet: 62, 73 and 77. RGB value is (98,115,119). Sum of RGB (Red+Green+Blue) = 98+115+119=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 119 - color contains mainly: blue. Hex color #627377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627377 is #9D8C88. Grayscale: #6E6E6E. Windows color (decimal): -10325129 or 7828322. OLE color: 7828322.

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

Color convert

RGB98115119-
CMYK0.180.0300.53
HSL191.43º9.68%42.55%-
HSV(B)191.43º17.65%46.67%-
XYZ14.516.1919.81-
YUV110.37132.87119.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 115 (45.31% from 255) = 34.64%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=29.52%
G=34.64%
B=35.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal981151190.180.0300.53191.439.6842.55
Hex627377123035bfa2b
Octal1421631672230652771253
Binary11000101110011111011110010110110101101111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627377; }

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

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

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

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

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

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

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

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