#6F797D

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

Shades of Blue Bayoux #6F797D

Tints of Blue Bayoux #6F797D

Color information

#6F797D (or 0x6F797D) is unknown color: approx Blue Bayoux. HEX triplet: 6F, 79 and 7D. RGB value is (111,121,125). Sum of RGB (Red+Green+Blue) = 111+121+125=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F797D is #908682. Grayscale: #767676. Windows color (decimal): -9471619 or 8223087. OLE color: 8223087.

HSL color Cylindrical-coordinate representation of color #6F797D: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6F797D is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB111121125-
CMYK0.110.0300.51
HSL197.14º5.93%46.27%-
HSV(B)197.14º11.2%49.02%-
XYZ17.0918.5322.08-
YUV118.47131.69122.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.09%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=31.09%
G=33.89%
B=35.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1111211250.110.0300.51197.145.9346.27
Hex6F797DB3033c562e
Octal157171175133063305656
Binary110111111110011111101101111011001111000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,121,125); }

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

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

 a { background-color: rgb(111,121,125); }

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

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

 span { border-color: rgb(111,121,125); }

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