#61727C

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

Shades of Blue Bayoux #61727C

Tints of Blue Bayoux #61727C

Color information

#61727C (or 0x61727C) is unknown color: approx Blue Bayoux. HEX triplet: 61, 72 and 7C. RGB value is (97,114,124). Sum of RGB (Red+Green+Blue) = 97+114+124=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #61727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61727C is #9E8D83. Grayscale: #6D6D6D. Windows color (decimal): -10390916 or 8155745. OLE color: 8155745.

HSL color Cylindrical-coordinate representation of color #61727C: hue angle of 202.22º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61727C is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB97114124-
CMYK0.220.0800.51
HSL202.22º12.22%43.33%-
HSV(B)202.22º21.77%48.63%-
XYZ14.5916.0321.39-
YUV110.06135.87118.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=28.96%
G=34.03%
B=37.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971141240.220.0800.51202.2212.2243.33
Hex61727C168033cac2b
Octal14116217426100633121453
Binary1100001111001011111001011010000110011110010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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