#697375

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

Shades of Pale Sky #697375

Tints of Pale Sky #697375

Color information

#697375 (or 0x697375) is unknown color: approx Pale Sky. HEX triplet: 69, 73 and 75. RGB value is (105,115,117). Sum of RGB (Red+Green+Blue) = 105+115+117=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 117 - color contains mainly: blue. Hex color #697375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697375 is #968C8A. Grayscale: #707070. Windows color (decimal): -9866379 or 7697257. OLE color: 7697257.

HSL color Cylindrical-coordinate representation of color #697375: hue angle of 190º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #697375 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB105115117-
CMYK0.100.0200.54
HSL190º5.41%43.53%-
HSV(B)190º10.26%45.88%-
XYZ15.1716.5519.22-
YUV112.24130.69122.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=31.16%
G=34.12%
B=34.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051151170.100.0200.541905.4143.53
Hex697375A2036be52c
Octal151163165122066276554
Binary110100111100111110101101010011011010111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697375; }

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

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

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

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

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

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

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

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