#697073

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

Shades of Pale Sky #697073

Tints of Pale Sky #697073

Color information

#697073 (or 0x697073) is unknown color: approx Pale Sky. HEX triplet: 69, 70 and 73. RGB value is (105,112,115). Sum of RGB (Red+Green+Blue) = 105+112+115=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 115 - color contains mainly: blue. Hex color #697073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697073 is #968F8C. Grayscale: #6E6E6E. Windows color (decimal): -9867149 or 7565417. OLE color: 7565417.

HSL color Cylindrical-coordinate representation of color #697073: hue angle of 198º 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 #697073 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB105112115-
CMYK0.090.0300.55
HSL198º4.55%43.14%-
HSV(B)198º8.7%45.1%-
XYZ14.7115.8318.5-
YUV110.25130.68124.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 115 (45.31% from 255) = 34.64%
R=31.63%
G=33.73%
B=34.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051121150.090.0300.551984.5543.14
Hex69707393037c652b
Octal151160163113067306553
Binary110100111100001110011100111011011111000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697073; }

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

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

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

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

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

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

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

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