#6A7D7F

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

Shades of Blue Bayoux #6A7D7F

Tints of Blue Bayoux #6A7D7F

Color information

#6A7D7F (or 0x6A7D7F) is unknown color: approx Blue Bayoux. HEX triplet: 6A, 7D and 7F. RGB value is (106,125,127). Sum of RGB (Red+Green+Blue) = 106+125+127=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A7D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7D7F is #958280. Grayscale: #777777. Windows color (decimal): -9798273 or 8355178. OLE color: 8355178.

HSL color Cylindrical-coordinate representation of color #6A7D7F: hue angle of 185.71º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A7D7F is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB106125127-
CMYK0.170.0200.50
HSL185.71º9.01%45.69%-
HSV(B)185.71º16.54%49.8%-
XYZ17.1119.2622.9-
YUV119.55132.21118.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.61%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 127 (50% from 255) = 35.47%
R=29.61%
G=34.92%
B=35.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1061251270.170.0200.50185.719.0145.69
Hex6A7D7F112032ba92e
Octal1521751772120622721156
Binary11010101111101111111110001100110010101110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A7D7F; }

 p { color: rgb(106,125,127); }

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

<style>
 a { background-color: #6A7D7F; }

 a { background-color: rgb(106,125,127); }

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

<style>
 span { border-color: #6A7D7F; }

 span { border-color: rgb(106,125,127); }

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