#67747C

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

Shades of Blue Bayoux #67747C

Tints of Blue Bayoux #67747C

Color information

#67747C (or 0x67747C) is unknown color: approx Blue Bayoux. HEX triplet: 67, 74 and 7C. RGB value is (103,116,124). Sum of RGB (Red+Green+Blue) = 103+116+124=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 124 - color contains mainly: blue. Hex color #67747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67747C is #988B83. Grayscale: #707070. Windows color (decimal): -9997188 or 8156263. OLE color: 8156263.

HSL color Cylindrical-coordinate representation of color #67747C: hue angle of 202.86º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #67747C is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB103116124-
CMYK0.170.0600.51
HSL202.86º9.25%44.51%-
HSV(B)202.86º16.94%48.63%-
XYZ15.4816.8321.5-
YUV113.02134.19120.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.03%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=30.03%
G=33.82%
B=36.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1031161240.170.0600.51202.869.2544.51
Hex67747C116033cb92d
Octal1471641742160633131155
Binary110011111101001111100100011100110011110010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67747C; }

 p { color: rgb(103,116,124); }

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

<style>
 a { background-color: #67747C; }

 a { background-color: rgb(103,116,124); }

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

<style>
 span { border-color: #67747C; }

 span { border-color: rgb(103,116,124); }

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