#6F777A

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

Shades of Blue Bayoux #6F777A

Tints of Blue Bayoux #6F777A

Color information

#6F777A (or 0x6F777A) is unknown color: approx Blue Bayoux. HEX triplet: 6F, 77 and 7A. RGB value is (111,119,122). Sum of RGB (Red+Green+Blue) = 111+119+122=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F777A is #908885. Grayscale: #747474. Windows color (decimal): -9472134 or 8025967. OLE color: 8025967.

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

Color convert

RGB111119122-
CMYK0.090.0200.52
HSL196.36º4.72%45.69%-
HSV(B)196.36º9.02%47.84%-
XYZ16.6717.9821-
YUV116.95130.85123.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.53%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=31.53%
G=33.81%
B=34.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1111191220.090.0200.52196.364.7245.69
Hex6F777A92034c452e
Octal157167172112064304556
Binary110111111101111111010100110011010011000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,119,122); }

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

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

 a { background-color: rgb(111,119,122); }

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

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

 span { border-color: rgb(111,119,122); }

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