#617380

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

Shades of Blue Bayoux #617380

Tints of Blue Bayoux #617380

Color information

#617380 (or 0x617380) is unknown color: approx Blue Bayoux. HEX triplet: 61, 73 and 80. RGB value is (97,115,128). Sum of RGB (Red+Green+Blue) = 97+115+128=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 128 - color contains mainly: blue. Hex color #617380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617380 is #9E8C7F. Grayscale: #6F6F6F. Windows color (decimal): -10390656 or 8418145. OLE color: 8418145.

HSL color Cylindrical-coordinate representation of color #617380: hue angle of 205.16º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #617380 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB97115128-
CMYK0.240.1000.50
HSL205.16º13.78%44.12%-
HSV(B)205.16º24.22%50.2%-
XYZ14.9616.3622.79-
YUV111.1137.54117.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.53%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=28.53%
G=33.82%
B=37.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971151280.240.1000.50205.1613.7844.12
Hex61738018A032cde2c
Octal14116320030120623151654
Binary11000011110011100000001100010100110010110011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617380; }

 p { color: rgb(97,115,128); }

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

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

 a { background-color: rgb(97,115,128); }

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

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

 span { border-color: rgb(97,115,128); }

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