#6E7B7C

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

Shades of Blue Bayoux #6E7B7C

Tints of Blue Bayoux #6E7B7C

Color information

#6E7B7C (or 0x6E7B7C) is unknown color: approx Blue Bayoux. HEX triplet: 6E, 7B and 7C. RGB value is (110,123,124). Sum of RGB (Red+Green+Blue) = 110+123+124=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E7B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7B7C is #918483. Grayscale: #777777. Windows color (decimal): -9536644 or 8158062. OLE color: 8158062.

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

Color convert

RGB110123124-
CMYK0.110.0100.51
HSL184.29º5.98%45.88%-
HSV(B)184.29º11.29%48.63%-
XYZ17.1518.9421.82-
YUV119.23130.69121.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.81%
GREEN value IS 123 (48.44% from 255) = 34.45%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=30.81%
G=34.45%
B=34.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1101231240.110.0100.51184.295.9845.88
Hex6E7B7CB1033b862e
Octal156173174131063270656
Binary11011101111011111110010111011001110111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,123,124); }

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

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

 a { background-color: rgb(110,123,124); }

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

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

 span { border-color: rgb(110,123,124); }

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