#696E6F

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

Shades of Pale Sky #696E6F

Tints of Pale Sky #696E6F

Color information

#696E6F (or 0x696E6F) is unknown color: approx Pale Sky. HEX triplet: 69, 6E and 6F. RGB value is (105,110,111). Sum of RGB (Red+Green+Blue) = 105+110+111=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 111 - color contains mainly: blue. Hex color #696E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E6F is #969190. Grayscale: #6C6C6C. Windows color (decimal): -9867665 or 7302761. OLE color: 7302761.

HSL color Cylindrical-coordinate representation of color #696E6F: hue angle of 190º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #696E6F is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB105110111-
CMYK0.050.0100.56
HSL190º2.78%42.35%-
HSV(B)190º5.41%43.53%-
XYZ14.2715.317.24-
YUV108.62129.34125.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=32.21%
G=33.74%
B=34.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051101110.050.0100.561902.7842.35
Hex696E6F51038be32a
Octal15115615751070276352
Binary110100111011101101111101101110001011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696E6F; }

 p { color: rgb(105,110,111); }

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

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

 a { background-color: rgb(105,110,111); }

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

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

 span { border-color: rgb(105,110,111); }

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