#627477

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

Shades of Blue Bayoux #627477

Tints of Blue Bayoux #627477

Color information

#627477 (or 0x627477) is unknown color: approx Blue Bayoux. HEX triplet: 62, 74 and 77. RGB value is (98,116,119). Sum of RGB (Red+Green+Blue) = 98+116+119=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 119 - color contains mainly: blue. Hex color #627477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627477 is #9D8B88. Grayscale: #6E6E6E. Windows color (decimal): -10324873 or 7828578. OLE color: 7828578.

HSL color Cylindrical-coordinate representation of color #627477: hue angle of 188.57º 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 #627477 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB98116119-
CMYK0.180.0300.53
HSL188.57º9.68%42.55%-
HSV(B)188.57º17.65%46.67%-
XYZ14.6116.4219.85-
YUV110.96132.54118.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.43%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 119 (46.88% from 255) = 35.74%
R=29.43%
G=34.83%
B=35.74%

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
Decimal981161190.180.0300.53188.579.6842.55
Hex627477123035bda2b
Octal1421641672230652751253
Binary11000101110100111011110010110110101101111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627477; }

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

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

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

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

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

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

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

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