#69777A

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

Shades of Blue Bayoux #69777A

Tints of Blue Bayoux #69777A

Color information

#69777A (or 0x69777A) is unknown color: approx Blue Bayoux. HEX triplet: 69, 77 and 7A. RGB value is (105,119,122). Sum of RGB (Red+Green+Blue) = 105+119+122=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 119 (46.88% from 255 or 34.39% 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 #69777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69777A is #968885. Grayscale: #737373. Windows color (decimal): -9865350 or 8025961. OLE color: 8025961.

HSL color Cylindrical-coordinate representation of color #69777A: hue angle of 190.59º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #69777A is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB105119122-
CMYK0.140.0200.52
HSL190.59º7.49%44.51%-
HSV(B)190.59º13.93%47.84%-
XYZ15.9417.620.97-
YUV115.16131.86120.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=30.35%
G=34.39%
B=35.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1051191220.140.0200.52190.597.4944.51
Hex69777AE2034bf72d
Octal151167172162064277755
Binary110100111101111111010111010011010010111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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