#697578

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

Shades of Blue Bayoux #697578

Tints of Blue Bayoux #697578

Color information

#697578 (or 0x697578) is unknown color: approx Blue Bayoux. HEX triplet: 69, 75 and 78. RGB value is (105,117,120). Sum of RGB (Red+Green+Blue) = 105+117+120=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 120 - color contains mainly: blue. Hex color #697578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697578 is #968A87. Grayscale: #717171. Windows color (decimal): -9865864 or 7894377. OLE color: 7894377.

HSL color Cylindrical-coordinate representation of color #697578: hue angle of 192º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #697578 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB105117120-
CMYK0.130.0200.53
HSL192º6.67%44.12%-
HSV(B)192º12.5%47.06%-
XYZ15.5817.0820.25-
YUV113.75131.52121.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=30.70%
G=34.21%
B=35.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051171200.130.0200.531926.6744.12
Hex697578D2035c072c
Octal151165170152065300754
Binary110100111101011111000110110011010111000000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697578; }

 p { color: rgb(105,117,120); }

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

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

 a { background-color: rgb(105,117,120); }

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

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

 span { border-color: rgb(105,117,120); }

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