#69767C

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

Shades of Blue Bayoux #69767C

Tints of Blue Bayoux #69767C

Color information

#69767C (or 0x69767C) is unknown color: approx Blue Bayoux. HEX triplet: 69, 76 and 7C. RGB value is (105,118,124). Sum of RGB (Red+Green+Blue) = 105+118+124=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 124 - color contains mainly: blue. Hex color #69767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69767C is #968983. Grayscale: #727272. Windows color (decimal): -9865604 or 8156777. OLE color: 8156777.

HSL color Cylindrical-coordinate representation of color #69767C: hue angle of 198.95º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #69767C is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB105118124-
CMYK0.150.0500.51
HSL198.95º8.3%44.9%-
HSV(B)198.95º15.32%48.63%-
XYZ15.9417.4221.59-
YUV114.8133.19121.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=30.26%
G=34.01%
B=35.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051181240.150.0500.51198.958.344.9
Hex69767CF5033c782d
Octal1511661741750633071055
Binary11010011110110111110011111010110011110001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69767C; }

 p { color: rgb(105,118,124); }

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

<style>
 a { background-color: #69767C; }

 a { background-color: rgb(105,118,124); }

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

<style>
 span { border-color: #69767C; }

 span { border-color: rgb(105,118,124); }

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