#697173

Color #697173 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #697173

Tints of Pale Sky #697173

Color information

#697173 (or 0x697173) is unknown color: approx Pale Sky. HEX triplet: 69, 71 and 73. RGB value is (105,113,115). Sum of RGB (Red+Green+Blue) = 105+113+115=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 115 - color contains mainly: blue. Hex color #697173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697173 is #968E8C. Grayscale: #6E6E6E. Windows color (decimal): -9866893 or 7565673. OLE color: 7565673.

HSL color Cylindrical-coordinate representation of color #697173: hue angle of 192º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #697173 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB105113115-
CMYK0.090.0200.55
HSL192º4.55%43.14%-
HSV(B)192º8.7%45.1%-
XYZ14.8316.0518.54-
YUV110.84130.35123.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=31.53%
G=33.93%
B=34.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051131150.090.0200.551924.5543.14
Hex69717392037c052b
Octal151161163112067300553
Binary110100111100011110011100110011011111000000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697173; }

 p { color: rgb(105,113,115); }

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

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

 a { background-color: rgb(105,113,115); }

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

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

 span { border-color: rgb(105,113,115); }

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