#6E7A7C

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

Shades of Blue Bayoux #6E7A7C

Tints of Blue Bayoux #6E7A7C

Color information

#6E7A7C (or 0x6E7A7C) is unknown color: approx Blue Bayoux. HEX triplet: 6E, 7A and 7C. RGB value is (110,122,124). Sum of RGB (Red+Green+Blue) = 110+122+124=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E7A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7A7C is #918583. Grayscale: #767676. Windows color (decimal): -9536900 or 8157806. OLE color: 8157806.

HSL color Cylindrical-coordinate representation of color #6E7A7C: hue angle of 188.57º 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 #6E7A7C is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB110122124-
CMYK0.110.0200.51
HSL188.57º5.98%45.88%-
HSV(B)188.57º11.29%48.63%-
XYZ17.0318.6921.78-
YUV118.64131.02121.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.90%
GREEN value IS 122 (48.05% from 255) = 34.27%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=30.90%
G=34.27%
B=34.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1101221240.110.0200.51188.575.9845.88
Hex6E7A7CB2033bd62e
Octal156172174132063275656
Binary110111011110101111100101110011001110111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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