#68757A

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

Shades of Blue Bayoux #68757A

Tints of Blue Bayoux #68757A

Color information

#68757A (or 0x68757A) is unknown color: approx Blue Bayoux. HEX triplet: 68, 75 and 7A. RGB value is (104,117,122). Sum of RGB (Red+Green+Blue) = 104+117+122=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 122 - color contains mainly: blue. Hex color #68757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68757A is #978A85. Grayscale: #717171. Windows color (decimal): -9931398 or 8025448. OLE color: 8025448.

HSL color Cylindrical-coordinate representation of color #68757A: hue angle of 196.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #68757A is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB104117122-
CMYK0.150.0400.52
HSL196.67º7.96%44.31%-
HSV(B)196.67º14.75%47.84%-
XYZ15.5817.0720.89-
YUV113.68132.69121.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=30.32%
G=34.11%
B=35.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041171220.150.0400.52196.677.9644.31
Hex68757AF4034c582c
Octal1501651721740643051054
Binary11010001110101111101011111000110100110001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68757A; }

 p { color: rgb(104,117,122); }

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

<style>
 a { background-color: #68757A; }

 a { background-color: rgb(104,117,122); }

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

<style>
 span { border-color: #68757A; }

 span { border-color: rgb(104,117,122); }

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