#69777D

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

Shades of Blue Bayoux #69777D

Tints of Blue Bayoux #69777D

Color information

#69777D (or 0x69777D) is unknown color: approx Blue Bayoux. HEX triplet: 69, 77 and 7D. RGB value is (105,119,125). Sum of RGB (Red+Green+Blue) = 105+119+125=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 125 - color contains mainly: blue. Hex color #69777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69777D is #968882. Grayscale: #737373. Windows color (decimal): -9865347 or 8222569. OLE color: 8222569.

HSL color Cylindrical-coordinate representation of color #69777D: hue angle of 198º 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 #69777D is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB105119125-
CMYK0.160.0500.51
HSL198º8.7%45.1%-
HSV(B)198º16%49.02%-
XYZ16.1217.6821.96-
YUV115.5133.36120.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.09%
GREEN value IS 119 (46.88% from 255) = 34.10%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=30.09%
G=34.10%
B=35.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051191250.160.0500.511988.745.1
Hex69777D105033c692d
Octal1511671752050633061155
Binary110100111101111111101100001010110011110001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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