#617A7E

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

Shades of Blue Bayoux #617A7E

Tints of Blue Bayoux #617A7E

Color information

#617A7E (or 0x617A7E) is unknown color: approx Blue Bayoux. HEX triplet: 61, 7A and 7E. RGB value is (97,122,126). Sum of RGB (Red+Green+Blue) = 97+122+126=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 126 - color contains mainly: blue. Hex color #617A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617A7E is #9E8581. Grayscale: #727272. Windows color (decimal): -10388866 or 8288865. OLE color: 8288865.

HSL color Cylindrical-coordinate representation of color #617A7E: hue angle of 188.28º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #617A7E is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB97122126-
CMYK0.230.0300.51
HSL188.28º13%43.73%-
HSV(B)188.28º23.02%49.41%-
XYZ15.6617.9722.38-
YUV114.98134.22115.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=28.12%
G=35.36%
B=36.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971221260.230.0300.51188.281343.73
Hex617A7E173033bcd2c
Octal1411721762730632741554
Binary11000011111010111111010111110110011101111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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