#627681

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

Shades of Blue Bayoux #627681

Tints of Blue Bayoux #627681

Color information

#627681 (or 0x627681) is unknown color: approx Blue Bayoux. HEX triplet: 62, 76 and 81. RGB value is (98,118,129). Sum of RGB (Red+Green+Blue) = 98+118+129=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 129 - color contains mainly: blue. Hex color #627681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627681 is #9D897E. Grayscale: #717171. Windows color (decimal): -10324351 or 8484450. OLE color: 8484450.

HSL color Cylindrical-coordinate representation of color #627681: hue angle of 201.29º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #627681 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB98118129-
CMYK0.240.0900.49
HSL201.29º13.66%44.51%-
HSV(B)201.29º24.03%50.59%-
XYZ15.4817.1423.26-
YUV113.27136.87117.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.41%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 129 (50.78% from 255) = 37.39%
R=28.41%
G=34.20%
B=37.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981181290.240.0900.49201.2913.6644.51
Hex627681189031c9e2d
Octal14216620130110613111655
Binary11000101110110100000011100010010110001110010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627681; }

 p { color: rgb(98,118,129); }

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

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

 a { background-color: rgb(98,118,129); }

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

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

 span { border-color: rgb(98,118,129); }

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