#6C7479

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

Shades of Blue Bayoux #6C7479

Tints of Blue Bayoux #6C7479

Color information

#6C7479 (or 0x6C7479) is unknown color: approx Blue Bayoux. HEX triplet: 6C, 74 and 79. RGB value is (108,116,121). Sum of RGB (Red+Green+Blue) = 108+116+121=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C7479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7479 is #938B86. Grayscale: #727272. Windows color (decimal): -9669511 or 7959660. OLE color: 7959660.

HSL color Cylindrical-coordinate representation of color #6C7479: hue angle of 203.08º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C7479 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB108116121-
CMYK0.110.0400.53
HSL203.08º5.68%44.9%-
HSV(B)203.08º10.74%47.45%-
XYZ15.8817.0620.54-
YUV114.18131.85123.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.30%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=31.30%
G=33.62%
B=35.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1081161210.110.0400.53203.085.6844.9
Hex6C7479B4035cb62d
Octal154164171134065313655
Binary1101100111010011110011011100011010111001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,116,121); }

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

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

 a { background-color: rgb(108,116,121); }

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

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

 span { border-color: rgb(108,116,121); }

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