#69797C

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

Shades of Blue Bayoux #69797C

Tints of Blue Bayoux #69797C

Color information

#69797C (or 0x69797C) is unknown color: approx Blue Bayoux. HEX triplet: 69, 79 and 7C. RGB value is (105,121,124). Sum of RGB (Red+Green+Blue) = 105+121+124=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 124 - color contains mainly: blue. Hex color #69797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69797C is #968683. Grayscale: #747474. Windows color (decimal): -9864836 or 8157545. OLE color: 8157545.

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

Color convert

RGB105121124-
CMYK0.150.0200.51
HSL189.47º8.3%44.9%-
HSV(B)189.47º15.32%48.63%-
XYZ16.318.1321.71-
YUV116.56132.2119.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=30%
G=34.57%
B=35.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051211240.150.0200.51189.478.344.9
Hex69797CF2033bd82d
Octal1511711741720632751055
Binary1101001111100111111001111100110011101111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,121,124); }

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

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

 a { background-color: rgb(105,121,124); }

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

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

 span { border-color: rgb(105,121,124); }

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