#68777A

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

Shades of Blue Bayoux #68777A

Tints of Blue Bayoux #68777A

Color information

#68777A (or 0x68777A) is unknown color: approx Blue Bayoux. HEX triplet: 68, 77 and 7A. RGB value is (104,119,122). Sum of RGB (Red+Green+Blue) = 104+119+122=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 122 - color contains mainly: blue. Hex color #68777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68777A is #978885. Grayscale: #727272. Windows color (decimal): -9930886 or 8025960. OLE color: 8025960.

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

Color convert

RGB104119122-
CMYK0.150.0200.52
HSL190º7.96%44.31%-
HSV(B)190º14.75%47.84%-
XYZ15.8217.5420.96-
YUV114.86132.03120.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=30.14%
G=34.49%
B=35.36%

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
Decimal1041191220.150.0200.521907.9644.31
Hex68777AF2034be82c
Octal1501671721720642761054
Binary1101000111011111110101111100110100101111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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