#67747D

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

Shades of Blue Bayoux #67747D

Tints of Blue Bayoux #67747D

Color information

#67747D (or 0x67747D) is unknown color: approx Blue Bayoux. HEX triplet: 67, 74 and 7D. RGB value is (103,116,125). Sum of RGB (Red+Green+Blue) = 103+116+125=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 125 - color contains mainly: blue. Hex color #67747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67747D is #988B82. Grayscale: #717171. Windows color (decimal): -9997187 or 8221799. OLE color: 8221799.

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

Color convert

RGB103116125-
CMYK0.180.0700.51
HSL204.55º9.65%44.71%-
HSV(B)204.55º17.6%49.02%-
XYZ15.5416.8621.84-
YUV113.14134.69120.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.94%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 125 (49.22% from 255) = 36.34%
R=29.94%
G=33.72%
B=36.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1031161250.180.0700.51204.559.6544.71
Hex67747D127033cda2d
Octal1471641752270633151255
Binary110011111101001111101100101110110011110011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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