#697072

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

Shades of Pale Sky #697072

Tints of Pale Sky #697072

Color information

#697072 (or 0x697072) is unknown color: approx Pale Sky. HEX triplet: 69, 70 and 72. RGB value is (105,112,114). Sum of RGB (Red+Green+Blue) = 105+112+114=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 114 - color contains mainly: blue. Hex color #697072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697072 is #968F8D. Grayscale: #6E6E6E. Windows color (decimal): -9867150 or 7499881. OLE color: 7499881.

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

Color convert

RGB105112114-
CMYK0.080.0200.55
HSL193.33º4.11%42.94%-
HSV(B)193.33º7.89%44.71%-
XYZ14.6615.8118.2-
YUV110.14130.18124.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=31.72%
G=33.84%
B=34.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051121140.080.0200.55193.334.1142.94
Hex69707282037c142b
Octal151160162102067301453
Binary110100111100001110010100010011011111000001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697072; }

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

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

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

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

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

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

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

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