#6B7577

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

Shades of Blue Bayoux #6B7577

Tints of Blue Bayoux #6B7577

Color information

#6B7577 (or 0x6B7577) is unknown color: approx Blue Bayoux. HEX triplet: 6B, 75 and 77. RGB value is (107,117,119). Sum of RGB (Red+Green+Blue) = 107+117+119=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B7577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7577 is #948A88. Grayscale: #727272. Windows color (decimal): -9734793 or 7828843. OLE color: 7828843.

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

Color convert

RGB107117119-
CMYK0.100.0200.53
HSL190º5.31%44.31%-
HSV(B)190º10.08%46.67%-
XYZ15.7517.1819.94-
YUV114.24130.69122.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.20%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=31.20%
G=34.11%
B=34.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1071171190.100.0200.531905.3144.31
Hex6B7577A2035be52c
Octal153165167122065276554
Binary110101111101011110111101010011010110111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,117,119); }

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

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

 a { background-color: rgb(107,117,119); }

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

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

 span { border-color: rgb(107,117,119); }

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