#68787A

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

Shades of Blue Bayoux #68787A

Tints of Blue Bayoux #68787A

Color information

#68787A (or 0x68787A) is unknown color: approx Blue Bayoux. HEX triplet: 68, 78 and 7A. RGB value is (104,120,122). Sum of RGB (Red+Green+Blue) = 104+120+122=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 122 - color contains mainly: blue. Hex color #68787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68787A is #978785. Grayscale: #737373. Windows color (decimal): -9930630 or 8026216. OLE color: 8026216.

HSL color Cylindrical-coordinate representation of color #68787A: hue angle of 186.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 #68787A is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB104120122-
CMYK0.150.0200.52
HSL186.67º7.96%44.31%-
HSV(B)186.67º14.75%47.84%-
XYZ15.9417.7821-
YUV115.44131.7119.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=30.06%
G=34.68%
B=35.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041201220.150.0200.52186.677.9644.31
Hex68787AF2034bb82c
Octal1501701721720642731054
Binary1101000111100011110101111100110100101110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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