#6C7D7F

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

Shades of Blue Bayoux #6C7D7F

Tints of Blue Bayoux #6C7D7F

Color information

#6C7D7F (or 0x6C7D7F) is unknown color: approx Blue Bayoux. HEX triplet: 6C, 7D and 7F. RGB value is (108,125,127). Sum of RGB (Red+Green+Blue) = 108+125+127=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C7D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7D7F is #938280. Grayscale: #787878. Windows color (decimal): -9667201 or 8355180. OLE color: 8355180.

HSL color Cylindrical-coordinate representation of color #6C7D7F: hue angle of 186.32º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6C7D7F is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB108125127-
CMYK0.150.0200.50
HSL186.32º8.09%46.08%-
HSV(B)186.32º14.96%49.8%-
XYZ17.3519.3922.91-
YUV120.14131.87119.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 127 (50% from 255) = 35.28%
R=30%
G=34.72%
B=35.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1081251270.150.0200.50186.328.0946.08
Hex6C7D7FF2032ba82e
Octal1541751771720622721056
Binary1101100111110111111111111100110010101110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,125,127); }

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

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

 a { background-color: rgb(108,125,127); }

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

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

 span { border-color: rgb(108,125,127); }

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