#69787D

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

Shades of Blue Bayoux #69787D

Tints of Blue Bayoux #69787D

Color information

#69787D (or 0x69787D) is unknown color: approx Blue Bayoux. HEX triplet: 69, 78 and 7D. RGB value is (105,120,125). Sum of RGB (Red+Green+Blue) = 105+120+125=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 125 - color contains mainly: blue. Hex color #69787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69787D is #968782. Grayscale: #747474. Windows color (decimal): -9865091 or 8222825. OLE color: 8222825.

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

Color convert

RGB105120125-
CMYK0.160.0400.51
HSL195º8.7%45.1%-
HSV(B)195º16%49.02%-
XYZ16.2417.9222-
YUV116.08133.03120.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30%
GREEN value IS 120 (47.27% from 255) = 34.29%
BLUE value IS 125 (49.22% from 255) = 35.71%
R=30%
G=34.29%
B=35.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051201250.160.0400.511958.745.1
Hex69787D104033c392d
Octal1511701752040633031155
Binary110100111110001111101100001000110011110000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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