#6E787D

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

Shades of Blue Bayoux #6E787D

Tints of Blue Bayoux #6E787D

Color information

#6E787D (or 0x6E787D) is unknown color: approx Blue Bayoux. HEX triplet: 6E, 78 and 7D. RGB value is (110,120,125). Sum of RGB (Red+Green+Blue) = 110+120+125=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E787D is #918782. Grayscale: #757575. Windows color (decimal): -9537411 or 8222830. OLE color: 8222830.

HSL color Cylindrical-coordinate representation of color #6E787D: hue angle of 200º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6E787D is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB110120125-
CMYK0.120.0400.51
HSL200º6.38%46.08%-
HSV(B)200º12%49.02%-
XYZ16.8518.2322.03-
YUV117.58132.19122.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.99%
GREEN value IS 120 (47.27% from 255) = 33.80%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=30.99%
G=33.80%
B=35.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1101201250.120.0400.512006.3846.08
Hex6E787DC4033c862e
Octal156170175144063310656
Binary1101110111100011111011100100011001111001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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