#617377

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

Shades of Blue Bayoux #617377

Tints of Blue Bayoux #617377

Color information

#617377 (or 0x617377) is unknown color: approx Blue Bayoux. HEX triplet: 61, 73 and 77. RGB value is (97,115,119). Sum of RGB (Red+Green+Blue) = 97+115+119=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #617377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617377 is #9E8C88. Grayscale: #6E6E6E. Windows color (decimal): -10390665 or 7828321. OLE color: 7828321.

HSL color Cylindrical-coordinate representation of color #617377: hue angle of 190.91º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #617377 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB97115119-
CMYK0.180.0300.53
HSL190.91º10.19%42.35%-
HSV(B)190.91º18.49%46.67%-
XYZ14.3916.1319.81-
YUV110.07133.04118.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=29.31%
G=34.74%
B=35.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971151190.180.0300.53190.9110.1942.35
Hex617377123035bfa2a
Octal1411631672230652771252
Binary11000011110011111011110010110110101101111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617377; }

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

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

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

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

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

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

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

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