#61727B

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

Shades of Blue Bayoux #61727B

Tints of Blue Bayoux #61727B

Color information

#61727B (or 0x61727B) is unknown color: approx Blue Bayoux. HEX triplet: 61, 72 and 7B. RGB value is (97,114,123). Sum of RGB (Red+Green+Blue) = 97+114+123=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 123 - color contains mainly: blue. Hex color #61727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61727B is #9E8D84. Grayscale: #6D6D6D. Windows color (decimal): -10390917 or 8090209. OLE color: 8090209.

HSL color Cylindrical-coordinate representation of color #61727B: hue angle of 200.77º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61727B is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB97114123-
CMYK0.210.0700.52
HSL200.77º11.82%43.14%-
HSV(B)200.77º21.14%48.24%-
XYZ14.5216.0121.06-
YUV109.94135.37118.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 123 (48.44% from 255) = 36.83%
R=29.04%
G=34.13%
B=36.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal971141230.210.0700.52200.7711.8243.14
Hex61727B157034c9c2b
Octal1411621732570643111453
Binary110000111100101111011101011110110100110010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61727B; }

 p { color: rgb(97,114,123); }

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

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

 a { background-color: rgb(97,114,123); }

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

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

 span { border-color: rgb(97,114,123); }

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