#627682

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

Shades of Blue Bayoux #627682

Tints of Blue Bayoux #627682

Color information

#627682 (or 0x627682) is unknown color: approx Blue Bayoux. HEX triplet: 62, 76 and 82. RGB value is (98,118,130). Sum of RGB (Red+Green+Blue) = 98+118+130=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #627682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627682 is #9D897D. Grayscale: #717171. Windows color (decimal): -10324350 or 8549986. OLE color: 8549986.

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

Color convert

RGB98118130-
CMYK0.250.0900.49
HSL202.5º14.04%44.71%-
HSV(B)202.5º24.62%50.98%-
XYZ15.5417.1723.61-
YUV113.39137.37117.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.32%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=28.32%
G=34.10%
B=37.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981181300.250.0900.49202.514.0444.71
Hex627682199031cae2d
Octal14216620231110613121655
Binary11000101110110100000101100110010110001110010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627682; }

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

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

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

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

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

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

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

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