#656F71

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

Shades of Pale Sky #656F71

Tints of Pale Sky #656F71

Color information

#656F71 (or 0x656F71) is unknown color: approx Pale Sky. HEX triplet: 65, 6F and 71. RGB value is (101,111,113). Sum of RGB (Red+Green+Blue) = 101+111+113=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 113 - color contains mainly: blue. Hex color #656F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F71 is #9A908E. Grayscale: #6C6C6C. Windows color (decimal): -10129551 or 7434085. OLE color: 7434085.

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

Color convert

RGB101111113-
CMYK0.110.0200.56
HSL190º5.61%41.96%-
HSV(B)190º10.62%44.31%-
XYZ14.0315.3317.84-
YUV108.24130.69122.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.08%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=31.08%
G=34.15%
B=34.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011111130.110.0200.561905.6141.96
Hex656F71B2038be62a
Octal145157161132070276652
Binary110010111011111110001101110011100010111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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