#617A82

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

Shades of Blue Bayoux #617A82

Tints of Blue Bayoux #617A82

Color information

#617A82 (or 0x617A82) is unknown color: approx Blue Bayoux. HEX triplet: 61, 7A and 82. RGB value is (97,122,130). Sum of RGB (Red+Green+Blue) = 97+122+130=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #617A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617A82 is #9E857D. Grayscale: #737373. Windows color (decimal): -10388862 or 8551009. OLE color: 8551009.

HSL color Cylindrical-coordinate representation of color #617A82: hue angle of 194.55º degrees, saturation: 0.15, 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 #617A82 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97122130-
CMYK0.250.0600.49
HSL194.55º14.54%44.51%-
HSV(B)194.55º25.38%50.98%-
XYZ15.9218.0723.77-
YUV115.44136.22114.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 130 (51.17% from 255) = 37.25%
R=27.79%
G=34.96%
B=37.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971221300.250.0600.49194.5514.5444.51
Hex617A82196031c3f2d
Octal1411722023160613031755
Binary1100001111101010000010110011100110001110000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617A82; }

 p { color: rgb(97,122,130); }

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

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

 a { background-color: rgb(97,122,130); }

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

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

 span { border-color: rgb(97,122,130); }

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