#696F71

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

Shades of Pale Sky #696F71

Tints of Pale Sky #696F71

Color information

#696F71 (or 0x696F71) is unknown color: approx Pale Sky. HEX triplet: 69, 6F and 71. RGB value is (105,111,113). Sum of RGB (Red+Green+Blue) = 105+111+113=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 113 - color contains mainly: blue. Hex color #696F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F71 is #96908E. Grayscale: #6D6D6D. Windows color (decimal): -9867407 or 7434089. OLE color: 7434089.

HSL color Cylindrical-coordinate representation of color #696F71: hue angle of 195º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #696F71 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB105111113-
CMYK0.070.0200.56
HSL195º3.67%42.75%-
HSV(B)195º7.08%44.31%-
XYZ14.4915.5617.86-
YUV109.43130.01124.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 111 (43.75% from 255) = 33.74%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=31.91%
G=33.74%
B=34.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051111130.070.0200.561953.6742.75
Hex696F7172038c342b
Octal15115716172070303453
Binary11010011101111111000111110011100011000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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