#6E787A

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

Shades of Blue Bayoux #6E787A

Tints of Blue Bayoux #6E787A

Color information

#6E787A (or 0x6E787A) is unknown color: approx Blue Bayoux. HEX triplet: 6E, 78 and 7A. RGB value is (110,120,122). Sum of RGB (Red+Green+Blue) = 110+120+122=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E787A is #918785. Grayscale: #757575. Windows color (decimal): -9537414 or 8026222. OLE color: 8026222.

HSL color Cylindrical-coordinate representation of color #6E787A: hue angle of 190º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6E787A is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB110120122-
CMYK0.100.0200.52
HSL190º5.17%45.49%-
HSV(B)190º9.84%47.84%-
XYZ16.6618.1521.04-
YUV117.24130.69122.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.25%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=31.25%
G=34.09%
B=34.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1101201220.100.0200.521905.1745.49
Hex6E787AA2034be52d
Octal156170172122064276555
Binary110111011110001111010101010011010010111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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