#6B7477

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

Shades of Blue Bayoux #6B7477

Tints of Blue Bayoux #6B7477

Color information

#6B7477 (or 0x6B7477) is unknown color: approx Blue Bayoux. HEX triplet: 6B, 74 and 77. RGB value is (107,116,119). Sum of RGB (Red+Green+Blue) = 107+116+119=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B7477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7477 is #948B88. Grayscale: #717171. Windows color (decimal): -9735049 or 7828587. OLE color: 7828587.

HSL color Cylindrical-coordinate representation of color #6B7477: hue angle of 195º 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 #6B7477 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB107116119-
CMYK0.100.0300.53
HSL195º5.31%44.31%-
HSV(B)195º10.08%46.67%-
XYZ15.6416.9519.9-
YUV113.65131.02123.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.29%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 119 (46.88% from 255) = 34.80%
R=31.29%
G=33.92%
B=34.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1071161190.100.0300.531955.3144.31
Hex6B7477A3035c352c
Octal153164167123065303554
Binary110101111101001110111101011011010111000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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