#69767D

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

Shades of Blue Bayoux #69767D

Tints of Blue Bayoux #69767D

Color information

#69767D (or 0x69767D) is unknown color: approx Blue Bayoux. HEX triplet: 69, 76 and 7D. RGB value is (105,118,125). Sum of RGB (Red+Green+Blue) = 105+118+125=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 125 - color contains mainly: blue. Hex color #69767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69767D is #968982. Grayscale: #727272. Windows color (decimal): -9865603 or 8222313. OLE color: 8222313.

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

Color convert

RGB105118125-
CMYK0.160.0600.51
HSL201º8.7%45.1%-
HSV(B)201º16%49.02%-
XYZ16.0117.4421.92-
YUV114.91133.69120.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.17%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 125 (49.22% from 255) = 35.92%
R=30.17%
G=33.91%
B=35.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051181250.160.0600.512018.745.1
Hex69767D106033c992d
Octal1511661752060633111155
Binary110100111101101111101100001100110011110010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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