#61707A

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

Shades of Blue Bayoux #61707A

Tints of Blue Bayoux #61707A

Color information

#61707A (or 0x61707A) is unknown color: approx Blue Bayoux. HEX triplet: 61, 70 and 7A. RGB value is (97,112,122). Sum of RGB (Red+Green+Blue) = 97+112+122=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #61707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61707A is #9E8F85. Grayscale: #6C6C6C. Windows color (decimal): -10391430 or 8024161. OLE color: 8024161.

HSL color Cylindrical-coordinate representation of color #61707A: hue angle of 204º 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 #61707A is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB97112122-
CMYK0.200.0800.52
HSL204º11.42%42.94%-
HSV(B)204º20.49%47.84%-
XYZ14.2415.5320.66-
YUV108.66135.53119.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=29.31%
G=33.84%
B=36.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal971121220.200.0800.5220411.4242.94
Hex61707A148034ccb2b
Octal14116017224100643141353
Binary1100001111000011110101010010000110100110011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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