#61717A

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

Shades of Blue Bayoux #61717A

Tints of Blue Bayoux #61717A

Color information

#61717A (or 0x61717A) is unknown color: approx Blue Bayoux. HEX triplet: 61, 71 and 7A. RGB value is (97,113,122). Sum of RGB (Red+Green+Blue) = 97+113+122=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 122 - color contains mainly: blue. Hex color #61717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61717A is #9E8E85. Grayscale: #6D6D6D. Windows color (decimal): -10391174 or 8024417. OLE color: 8024417.

HSL color Cylindrical-coordinate representation of color #61717A: hue angle of 201.6º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61717A is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB97113122-
CMYK0.200.0700.52
HSL201.6º11.42%42.94%-
HSV(B)201.6º20.49%47.84%-
XYZ14.3515.7620.7-
YUV109.24135.2119.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=29.22%
G=34.04%
B=36.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal971131220.200.0700.52201.611.4242.94
Hex61717A147034cab2b
Octal1411611722470643121353
Binary110000111100011111010101001110110100110010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61717A; }

 p { color: rgb(97,113,122); }

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

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

 a { background-color: rgb(97,113,122); }

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

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

 span { border-color: rgb(97,113,122); }

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