#61737E

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

Shades of Blue Bayoux #61737E

Tints of Blue Bayoux #61737E

Color information

#61737E (or 0x61737E) is unknown color: approx Blue Bayoux. HEX triplet: 61, 73 and 7E. RGB value is (97,115,126). Sum of RGB (Red+Green+Blue) = 97+115+126=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 126 - color contains mainly: blue. Hex color #61737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61737E is #9E8C81. Grayscale: #6E6E6E. Windows color (decimal): -10390658 or 8287073. OLE color: 8287073.

HSL color Cylindrical-coordinate representation of color #61737E: hue angle of 202.76º 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 #61737E is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB97115126-
CMYK0.230.0900.51
HSL202.76º13%43.73%-
HSV(B)202.76º23.02%49.41%-
XYZ14.8316.3122.11-
YUV110.87136.54118.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.70%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 126 (49.61% from 255) = 37.28%
R=28.70%
G=34.02%
B=37.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971151260.230.0900.51202.761343.73
Hex61737E179033cbd2c
Octal14116317627110633131554
Binary1100001111001111111101011110010110011110010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61737E; }

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

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

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

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

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

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

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

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