#61737F

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

Shades of Blue Bayoux #61737F

Tints of Blue Bayoux #61737F

Color information

#61737F (or 0x61737F) is unknown color: approx Blue Bayoux. HEX triplet: 61, 73 and 7F. RGB value is (97,115,127). Sum of RGB (Red+Green+Blue) = 97+115+127=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 127 - color contains mainly: blue. Hex color #61737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61737F is #9E8C80. Grayscale: #6E6E6E. Windows color (decimal): -10390657 or 8352609. OLE color: 8352609.

HSL color Cylindrical-coordinate representation of color #61737F: hue angle of 204º degrees, saturation: 0.13, 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 #61737F is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB97115127-
CMYK0.240.0900.50
HSL204º13.39%43.92%-
HSV(B)204º23.62%49.8%-
XYZ14.8916.3422.45-
YUV110.99137.04118.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.61%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 127 (50% from 255) = 37.46%
R=28.61%
G=33.92%
B=37.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971151270.240.0900.5020413.3943.92
Hex61737F189032ccd2c
Octal14116317730110623141554
Binary1100001111001111111111100010010110010110011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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